Share via


CorporateClaimUuidCollection.Item Property (GroupClaim)

 

Gets or sets the GroupClaim object that is equal to the specified GroupClaim object in this CorporateClaimUuidCollection collection.

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

Syntax

public GroupClaim this[
    GroupClaim claim
] { get; }
public:
property GroupClaim^ default[
    GroupClaim^ claim
] {
    GroupClaim^ get(GroupClaim^ claim);
}
member Item : 
        claim:GroupClaim -> GroupClaim with get
Public ReadOnly Property Item (
    claim As GroupClaim
) As GroupClaim

Parameters

Property Value

Type: System.Web.Security.SingleSignOn.GroupClaim

The GroupClaim object that is equal to the specified GroupClaim object in this CorporateClaimUuidCollection collection.

See Also

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

Return to top