ServerExplorerUserPropertyDescription Property

Looks up a localized string similar to The name of the connected User..

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

Syntax

'Declaration
Public Shared ReadOnly Property ServerExplorerUserPropertyDescription As String
    Get
'Usage
Dim value As String

value = SqlPackageResource.ServerExplorerUserPropertyDescription
public static string ServerExplorerUserPropertyDescription { get; }
public:
static property String^ ServerExplorerUserPropertyDescription {
    String^ get ();
}
static member ServerExplorerUserPropertyDescription : string
static function get ServerExplorerUserPropertyDescription () : String

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace