TrustPolicyEntryCollection.Item Property (String)
Gets the TrustPolicyEntry 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 TrustPolicyEntry this[
string uristr
] { get; }
public:
property TrustPolicyEntry^ default[
String^ uristr
] {
TrustPolicyEntry^ get(String^ uristr);
}
member Item :
uristr:string -> TrustPolicyEntry with get
Public ReadOnly Property Item (
uristr As String
) As TrustPolicyEntry
Parameters
uristr
Type: System.StringThe URI of the TrustPolicyEntry object to retrieve.
Property Value
Type: System.Web.Security.SingleSignOn.TrustPolicyEntry
The TrustPolicyEntry object with the specified uniform resource identifier (URI).
See Also
Item Overload
TrustPolicyEntryCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top