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