IdentityUpdateData.Index Property
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Index As Integer
[DataMemberAttribute]
public int Index { get; set; }
[DataMemberAttribute]
public:
property int Index {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member Index : int with get, set
function get Index () : int
function set Index (value : int)
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.