TableStoreEventArgs.Message Property

Gets a customizable informational message.

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property Message As String
    Get
'Usage
Dim instance As TableStoreEventArgs
Dim value As String

value = instance.Message
public string Message { get; }
public:
property String^ Message {
    String^ get ();
}
function get Message () : String
member Message : string

Property Value

Type: System.String
String informational message.

.NET Framework Security

See Also

Reference

TableStoreEventArgs Class

TableStoreEventArgs Members

Microsoft.Data.Schema.DataGenerator Namespace