ServerExplorer_NotNullColumn_Label Property

Looks up a localized string similar to not null.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace