NewCimInstanceCommand.Property 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 following is the definition of the input parameter "Property". Enables the user to specify instances with specific property values.
Example: -Property @{P1="Value1";P2="Value2"}
public System.Collections.IDictionary Property { get; set; }
[System.Management.Automation.Alias(new System.String[] { "Arguments" })]
[System.Management.Automation.Parameter(Position=1, ValueFromPipelineByPropertyName=true)]
public System.Collections.IDictionary Property { get; set; }
member this.Property : System.Collections.IDictionary with get, set
[<System.Management.Automation.Alias(new System.String[] { "Arguments" })>]
[<System.Management.Automation.Parameter(Position=1, ValueFromPipelineByPropertyName=true)>]
member this.Property : System.Collections.IDictionary with get, set
Public Property Property As IDictionary
Property Value
- Attributes