Web API Core | ComponentOne
C1.Web.Api.Report.Models Namespace / CatalogItem Class / Type Property

In This Topic
    Type Property (CatalogItem)
    In This Topic
    Gets or sets the type of the item.
    Syntax
    'Declaration
     
    
    <Newtonsoft.Json.JsonPropertyAttribute(DefaultValueHandling.Include)>
    Public Property Type As CatalogItemType
    [Newtonsoft.Json.JsonProperty(DefaultValueHandling.Include)]
    public CatalogItemType Type {get; set;}
    See Also