Share via


TableStorageEventArgs.Message Property

Gets a customizable informational message.

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

Syntax

'Declaration
Public ReadOnly Property Message As String
public string Message { get; }
public:
property String^ Message {
    String^ get ();
}
member Message : string
function get Message () : String

Property Value

Type: System.String
The message for the associated event.

.NET Framework Security

See Also

Reference

TableStorageEventArgs Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace