Udostępnij za pośrednictwem


NewCimInstanceCommand.Property Property

Definition

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

Applies to