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