ServerExplorer_ColumnSetLabelWithType Property

Looks up a localized string similar to {0} (Column Set, {1}{2}, {3}).

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace