Index Property
Gets or sets {insert text here}.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.SchemaCompare.UI
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Property Index As Integer
Get
Private Set
'Usage
Dim instance As SchemaCompareColumnData
Dim value As Integer
value = instance.Index
public int Index { get; private set; }
public:
property int Index {
int get ();
private: void set (int value);
}
member Index : int with get, private set
function get Index () : int
private function set Index (value : int)
Property Value
Type: System..::..Int32
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.SchemaCompare.UI Namespace