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

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