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

In This Topic
    Name Property (CatalogItem)
    In This Topic
    Gets or sets the short name of the item.
    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    See Also