Delen via


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

See Also

Reference

CompareStatusEventArgs Class

Microsoft.Data.Schema.Tools.Compare Namespace