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