StatusEventArgs.Message Property
Gets or sets the progress message.
Namespace: Microsoft.Data.Schema.Compare
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property Message As String
Get
Set
'Usage
Dim instance As StatusEventArgs
Dim value As String
value = instance.Message
instance.Message = value
public string Message { get; set; }
public:
property String^ Message {
String^ get ();
void set (String^ value);
}
function get Message () : String
function set Message (value : String)
member Message : string with get, set
Property Value
Type: System.String
Remarks
May be null.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.