GroupClaimCollection.Item Property

 

Gets and in some cases sets the GroupClaim object.

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

Overload List

Name Description
System_CAPS_pubproperty Item[GroupClaim]

Gets the GroupClaim object that matches the specified GroupClaim object from this collection.

System_CAPS_pubproperty Item[Guid]

Gets the GroupClaim object from this collection whose associated Guid object matches the specified Guid object.

System_CAPS_pubproperty Item[Int32]

Gets or sets the GroupClaim object at the specified index in this collection.

System_CAPS_pubproperty Item[String]

Gets the GroupClaim object whose Group property matches the specified string in this collection.

See Also

GroupClaimCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top