StatusEventArgs.DetailedMessage Property

Gets or sets the detailed progress message.

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

Syntax

'Declaration
Public Property DetailedMessage As String
    Get
    Set
'Usage
Dim instance As StatusEventArgs
Dim value As String

value = instance.DetailedMessage

instance.DetailedMessage = value
public string DetailedMessage { get; set; }
public:
property String^ DetailedMessage {
    String^ get ();
    void set (String^ value);
}
function get DetailedMessage () : String
function set DetailedMessage (value : String)
member DetailedMessage : string with get, set

Property Value

Type: System.String

Remarks

May be null.

.NET Framework Security

See Also

Reference

StatusEventArgs Class

StatusEventArgs Members

Microsoft.Data.Schema.Compare Namespace