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