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