ServerExplorerServerPropertyDescription Property

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

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 ServerExplorerServerPropertyDescription As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace