AuthorizationRuleCollection::Item Property (Int32)

 

Gets the AuthorizationRule object at the specified index of the collection.

Namespace:   System.Security.AccessControl
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
Return to top
Show: