TrustedRealmCollection.Item Property (Int32)
Gets or sets the TrustedRealm object at the specified index.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public TrustedRealm this[
int index
] { get; set; }
public:
property TrustedRealm^ default[
int index
] {
TrustedRealm^ get(int index);
void set(int index, TrustedRealm^ value);
}
member Item :
index:int -> TrustedRealm with get, set
Public Property Item (
index As Integer
) As TrustedRealm
Parameters
index
Type: System.Int32The zero-based index of the TrustedRealm object to get or set.
Property Value
Type: System.Web.Security.SingleSignOn.TrustedRealm
The TrustedRealm object at the specified index.
See Also
Item Overload
TrustedRealmCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top