TrustingApplicationCollection.Item Property (String)
Gets the TrustingApplication object with the specified uniform resource identifier (URI).
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public TrustingApplication this[
string uristr
] { get; }
public:
property TrustingApplication^ default[
String^ uristr
] {
TrustingApplication^ get(String^ uristr);
}
member Item :
uristr:string -> TrustingApplication with get
Public ReadOnly Property Item (
uristr As String
) As TrustingApplication
Parameters
uristr
Type: System.StringThe URI of the TrustingApplication object to retrieve.
Property Value
Type: System.Web.Security.SingleSignOn.TrustingApplication
The TrustingApplication object with the specified uniform resource identifier (URI).
See Also
Item Overload
TrustingApplicationCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top