Item.ItemClass Property

Definition

Gets or sets the custom class name of this item.

public:
 property System::String ^ ItemClass { System::String ^ get(); void set(System::String ^ value); };
public string ItemClass { get; set; }
Public Property ItemClass As String

Property Value

A string value indicating the custom class name.

Applies to