JobCmdletBase.Id 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.
SessionId for which job need to be obtained.
public:
virtual property cli::array <int> ^ Id { cli::array <int> ^ get(); void set(cli::array <int> ^ value); };
public:
virtual property Platform::Array <int> ^ Id { Platform::Array <int> ^ get(); void set(Platform::Array <int> ^ value); };
public virtual int[] Id { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="SessionIdParameterSet", Position=0, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public virtual int[] Id { get; set; }
member this.Id : int[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="SessionIdParameterSet", Position=0, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Id : int[] with get, set
Public Overridable Property Id As Integer()
Property Value
Int32[]
- Attributes