Share via


TrustPolicyEntryCollection.Item Property (Int32)

 

Gets or sets the TrustPolicyEntry object at the specified index.

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

Syntax

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

Parameters

Property Value

Type: System.Web.Security.SingleSignOn.TrustPolicyEntry

The TrustPolicyEntry object at the specified index.

See Also

Item Overload
TrustPolicyEntryCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top