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