WriteContentCommandBase.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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