NewObjectCommand.ComObject Property

Definition

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

Applies to