CorporateClaimUuidCollection.Item Property (Int32)
Gets or sets the Guid object that is equal to the specified index in this CorporateClaimUuidCollection collection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public Guid this[
int index
] { get; set; }
public:
property Guid default[
int index
] {
Guid get(int index);
void set(int index, Guid value);
}
member Item :
index:int -> Guid with get, set
Public Property Item (
index As Integer
) As Guid
Parameters
index
Type: System.Int32The zero-based index of the Guid object to set or retrieve.
Property Value
Type: System.Guid
The Guid object that is equal to the specified index in this CorporateClaimUuidCollection collection.
See Also
Item Overload
CorporateClaimUuidCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top