CatalogItem.TypeName Property

Definition

Gets the type of the item.

public:
 property System::String ^ TypeName { System::String ^ get(); void set(System::String ^ value); };
public string TypeName { get; set; }
member this.TypeName : string with get, set
Public Property TypeName As String

Property Value

A string value that specifies the type of an item.

Remarks

For a list of available item types, use the ListItemTypes method.

Applies to