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