Web API Edition | ComponentOne
C1.Web.Api.DataEngine.Models Namespace / EngineRequest Class / View Property

In This Topic
    View Property
    In This Topic
    Gets or sets a System.String, which indicates the view definition.
    Syntax
    'Declaration
     
    
    <Newtonsoft.Json.JsonConverterAttribute(#6nt.#5nt)>
    Public Property View As Dictionary(Of String,Object)
    [Newtonsoft.Json.JsonConverter(#6nt.#5nt)]
    public Dictionary<string,object> View {get; set;}
    See Also