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