GroupClaimCollection.Item Property (Guid)
Gets the GroupClaim object from this collection whose associated Guid object matches the specified Guid object.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public GroupClaim this[
Guid uuid
] { get; }
public:
property GroupClaim^ default[
Guid uuid
] {
GroupClaim^ get(Guid uuid);
}
member Item :
uuid:Guid -> GroupClaim with get
Public ReadOnly Property Item (
uuid As Guid
) As GroupClaim
Parameters
uuid
Type: System.GuidThe Guid object to match to the GroupClaim object to retrieve from this collection.
Property Value
Type: System.Web.Security.SingleSignOn.GroupClaim
The GroupClaim object from this collection whose associated Guid object matches the specified Guid object.
See Also
Item Overload
GroupClaimCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top