Share via


CorporateClaimUuidCollection.Item Property (CustomClaim)

 

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

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

Syntax

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

Parameters

Property Value

Type: System.Web.Security.SingleSignOn.CustomClaim

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

See Also

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

Return to top