The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AuthorizationRuleCollection::Item Property (Int32)
.NET Framework (current version)
Gets the AuthorizationRule object at the specified index of the collection.
Assembly: mscorlib (in mscorlib.dll)
public: property AuthorizationRule^ default[ int index ] { AuthorizationRule^ get(int index); }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the AuthorizationRule object to get.
Property Value
Type: System.Security.AccessControl::AuthorizationRule^The AuthorizationRule object at the specified index.
.NET Framework
Available since 2.0
Available since 2.0
Show: