Share via


TrustingApplicationCollection.Item Property (Guid)

 

Gets the TrustingApplication object with the specified universally unique identifier (UUID).

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

Syntax

public TrustingApplication this[
    Guid uuid
] { get; }
public:
property TrustingApplication^ default[
    Guid uuid
] {
    TrustingApplication^ get(Guid uuid);
}
member Item : 
        uuid:Guid -> TrustingApplication with get
Public ReadOnly Property Item (
    uuid As Guid
) As TrustingApplication

Parameters

Property Value

Type: System.Web.Security.SingleSignOn.TrustingApplication

The TrustingApplication object with the specified universally unique identifier (UUID).

See Also

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

Return to top