SomePrincipal Property
Looks up a localized string similar to SomePrincipal.
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 SomePrincipal As String
Get
'Usage
Dim value As String
value = SqlPackageResource.SomePrincipal
public static string SomePrincipal { get; }
public:
static property String^ SomePrincipal {
String^ get ();
}
static member SomePrincipal : string
static function get SomePrincipal () : String
Property Value
Type: System..::..String