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