WarningEventArgs.Warning 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 warning message.
public:
property System::String ^ Warning { System::String ^ get(); };
public string Warning { get; }
member this.Warning : string
Public ReadOnly Property Warning As String
Property Value
The warning message.