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