ItemType.ItemClass Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.