NewObjectCommand.ComObject 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 ProgID of the Com object
public:
 property System::String ^ ComObject { System::String ^ get(); void set(System::String ^ value); };
	public:
 property Platform::String ^ ComObject { Platform::String ^ get(); void set(Platform::String ^ value); };
	public string ComObject { get; set; }
	[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Com", Position=0)]
[System.Management.Automation.ValidateTrustedData]
public string ComObject { get; set; }
	member this.ComObject : string with get, set
	[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Com", Position=0)>]
[<System.Management.Automation.ValidateTrustedData>]
member this.ComObject : string with get, set
	Public Property ComObject As String
	Property Value
- Attributes