SetAclCommand.AclObject Property

Definition

Gets or sets the security descriptor object to be set on the target item(s).

public:
 property System::Object ^ AclObject { System::Object ^ get(); void set(System::Object ^ value); };
public:
 property Platform::Object ^ AclObject { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object AclObject { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByPath", Position=1, ValueFromPipeline=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByLiteralPath", Position=1, ValueFromPipeline=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByInputObject", Position=1, ValueFromPipeline=true)]
public object AclObject { get; set; }
member this.AclObject : obj with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByPath", Position=1, ValueFromPipeline=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByLiteralPath", Position=1, ValueFromPipeline=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByInputObject", Position=1, ValueFromPipeline=true)>]
member this.AclObject : obj with get, set
Public Property AclObject As Object

Property Value

Attributes

Applies to