SomeType Property

Looks up a localized string similar to SomeType.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace