Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the GroupClaim object whose Group property matches the specified string in this collection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public GroupClaim this[
string group
] { get; }
public:
property GroupClaim^ default[
String^ group
] {
GroupClaim^ get(String^ group);
}
member Item :
group:string -> GroupClaim with get
Public ReadOnly Property Item (
group As String
) As GroupClaim
Parameters
group
Type: System.StringThe group name of the GroupClaim object to retrieve.
Property Value
Type: System.Web.Security.SingleSignOn.GroupClaim
The GroupClaim object whose Group property matches the specified string in this collection.
See Also
Item Overload
GroupClaimCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top