ReferStateChangedEventArgs.NotifyStatusText 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 status text parsed from notification body.
public:
property System::String ^ NotifyStatusText { System::String ^ get(); };
public string NotifyStatusText { get; }
member this.NotifyStatusText : string
Public ReadOnly Property NotifyStatusText As String
Property Value
Remarks
If the state change is not due to Notification received, this can be String.Empty.