WriteContentCommandBase.Value Property

Definition

The value of the content to set.

public:
 property cli::array <System::Object ^> ^ Value { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
public:
 property Platform::Array <Platform::Object ^> ^ Value { Platform::Array <Platform::Object ^> ^ get(); void set(Platform::Array <Platform::Object ^> ^ value); };
public object[] Value { get; set; }
[System.Management.Automation.AllowEmptyCollection]
[System.Management.Automation.AllowNull]
[System.Management.Automation.Parameter(Mandatory=true, Position=1, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
public object[] Value { get; set; }
member this.Value : obj[] with get, set
[<System.Management.Automation.AllowEmptyCollection>]
[<System.Management.Automation.AllowNull>]
[<System.Management.Automation.Parameter(Mandatory=true, Position=1, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
member this.Value : obj[] with get, set
Public Property Value As Object()

Property Value

Object[]

This value type is determined by the InvokeProvider.

Attributes

Applies to