ErrorMessage Property

Gets or sets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Explorers
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Property ErrorMessage As String
    Get
    Private Set
'Usage
Dim instance As DropDatabaseConfirmationDialogViewModel
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

DropDatabaseConfirmationDialogViewModel Class

Microsoft.VisualStudio.Data.Tools.Package.Explorers Namespace