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