Share via


GroupToUpnClaimTransformCollection.Item Property (Int32)

 

Gets or sets the GroupToUpnClaimTransform object at the specified index.

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

Syntax

public GroupToUpnClaimTransform this[
    int index
] { get; set; }
public:
property GroupToUpnClaimTransform^ default[
    int index
] {
    GroupToUpnClaimTransform^ get(int index);
    void set(int index, GroupToUpnClaimTransform^ value);
}
member Item : 
        index:int -> GroupToUpnClaimTransform with get, set
Public Property Item (
    index As Integer
) As GroupToUpnClaimTransform

Parameters

Property Value

Type: System.Web.Security.SingleSignOn.GroupToUpnClaimTransform

The GroupToUpnClaimTransform object at the specified index.

See Also

GroupToUpnClaimTransformCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top