NewObjectCommand.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.
Gets the properties to be set.
public:
property System::Collections::IDictionary ^ Property { System::Collections::IDictionary ^ get(); void set(System::Collections::IDictionary ^ value); };
public System.Collections.IDictionary Property { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateTrustedData]
public System.Collections.IDictionary Property { get; set; }
member this.Property : System.Collections.IDictionary with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateTrustedData>]
member this.Property : System.Collections.IDictionary with get, set
Public Property Property As IDictionary
Property Value
- Attributes