StartJobCommand.Type Property

Definition

Job SourceAdapter type for this job definition.

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Type { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Type { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="DefinitionName", Position=2)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Type { get; set; }
member this.Type : string with get, set
[<System.Management.Automation.Parameter(ParameterSetName="DefinitionName", Position=2)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Type : string with get, set
Public Property Type As String

Property Value

Attributes

Applies to