ItemType.ItemClass Property

Definition

The ItemClass property gets or sets a string value that indicates the message class of the 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

The ItemClass property returns a string value that indicates the message class of the item.

Remarks

The value specified in the ItemClass property must be consistent with the type of the instance of the ItemType class.

Applies to