Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the TrustPolicyEntry object at the specified index.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public TrustPolicyEntry this[
int index
] { get; set; }
public:
property TrustPolicyEntry^ default[
int index
] {
TrustPolicyEntry^ get(int index);
void set(int index, TrustPolicyEntry^ value);
}
member Item :
index:int -> TrustPolicyEntry with get, set
Public Property Item (
index As Integer
) As TrustPolicyEntry
Parameters
index
Type: System.Int32The zero-based index of the TrustPolicyEntry object to get or set.
Property Value
Type: System.Web.Security.SingleSignOn.TrustPolicyEntry
The TrustPolicyEntry object at the specified index.
See Also
Item Overload
TrustPolicyEntryCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top