AuthorizationRuleCollection.Item[Int32] Eigenschap

Definitie

Hiermee haalt u het AuthorizationRule object op de opgegeven index van de verzameling op.

public:
 property System::Security::AccessControl::AuthorizationRule ^ default[int] { System::Security::AccessControl::AuthorizationRule ^ get(int index); };
public System.Security.AccessControl.AuthorizationRule this[int index] { get; }
member this.Item(int) : System.Security.AccessControl.AuthorizationRule
Default Public ReadOnly Property Item(index As Integer) As AuthorizationRule

Parameters

index
Int32

De op nul gebaseerde index van het AuthorizationRule object dat moet worden opgehaald.

Waarde van eigenschap

Het AuthorizationRule object op de opgegeven index.

Van toepassing op