ServerExplorerItemCountPropertyDescription Property

Looks up a localized string similar to The number of items in the catalog..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace