DelegationState.Text 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 localized display description for the mode.
public:
property System::String ^ Text { System::String ^ get(); };
public string Text { get; }
member this.Text : string
Public ReadOnly Property Text As String
Property Value
The value of the text
parameter that was passed to the DelegationState(String, String, String) constructor.
Remarks
This property gets a localized string that is used in the tooltip for the DelegationState object. The Text property is set when the DelegationState object is created.