TrustingApplicationCollection.Item Property (Int32)

 

Gets or sets the TrustingApplication object at the specified index.

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

Syntax

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

Parameters

Property Value

Type: System.Web.Security.SingleSignOn.TrustingApplication

The TrustingApplication object at the specified index.

See Also

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

Return to top