Message Property (InfoMessageArgs)
In This Topic
The message to be passed back
Syntax
'Declaration
Public ReadOnly Property Message As System.String
'Usage
Dim instance As InfoMessageArgs
Dim value As System.String
value = instance.Message
public System.string Message {get;}
public read-only property Message: System.String;
public function get Message : System.String
public: __property System.string* get_Message();
public:
property System.String^ Message {
System.String^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also