MessageGeneratedEventArgs.GeneratedMessage Property
Gets the text of the message.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property GeneratedMessage As String
public string GeneratedMessage { get; }
public:
property String^ GeneratedMessage {
String^ get ();
}
member GeneratedMessage : string
function get GeneratedMessage () : String
Property Value
Type: System.String
.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.