AceEnumerator.Current Property

Definition

Gets the current element in the GenericAce collection. This property gets the type-friendly version of the object.

public:
 property System::Security::AccessControl::GenericAce ^ Current { System::Security::AccessControl::GenericAce ^ get(); };
public System.Security.AccessControl.GenericAce Current { get; }
member this.Current : System.Security.AccessControl.GenericAce
Public ReadOnly Property Current As GenericAce

Property Value

The current element in the GenericAce collection.

Applies to