FormRegionMessageClassAttribute.MessageClass 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.
Gets the name of the message class to associate with the form region.
public:
property System::String ^ MessageClass { System::String ^ get(); };
public string MessageClass { get; }
member this.MessageClass : string
Public ReadOnly Property MessageClass As String
Property Value
A string that represents the name of the message class to associate with the form region.