GroupClaimCollection.Item Property (Int32)

 

Gets or sets the GroupClaim object at the specified index in this collection.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public GroupClaim this[
    int index
] { get; set; }
public:
property GroupClaim^ default[
    int index
] {
    GroupClaim^ get(int index);
    void set(int index, GroupClaim^ value);
}
member Item : 
        index:int -> GroupClaim with get, set
Public Property Item (
    index As Integer
) As GroupClaim

Parameters

Property Value

Type: System.Web.Security.SingleSignOn.GroupClaim

The GroupClaim object at the specified index in this collection.

See Also

Item Overload
GroupClaimCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top