CompareStatusEventArgs.DetailedMessage Property
Gets or sets a detailed message for the event.
Namespace: Microsoft.Data.Schema.Tools.Compare
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property DetailedMessage As String
public string DetailedMessage { get; set; }
public:
property String^ DetailedMessage {
String^ get ();
void set (String^ value);
}
member DetailedMessage : string with get, set
function get DetailedMessage () : String
function set DetailedMessage (value : String)
Property Value
Type: System.String
A detailed message. Can be nulla null reference (Nothing in Visual Basic).
.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.