CimCmdletAdapter.CimSession Property

Definition

CimSession to operate on.

public:
 property cli::array <Microsoft::Management::Infrastructure::CimSession ^> ^ CimSession { cli::array <Microsoft::Management::Infrastructure::CimSession ^> ^ get(); void set(cli::array <Microsoft::Management::Infrastructure::CimSession ^> ^ value); };
public Microsoft.Management.Infrastructure.CimSession[] CimSession { get; set; }
[System.Management.Automation.Alias(new System.String[] { "Session" })]
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Management.Infrastructure.CimSession[] CimSession { get; set; }
member this.CimSession : Microsoft.Management.Infrastructure.CimSession[] with get, set
[<System.Management.Automation.Alias(new System.String[] { "Session" })>]
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.CimSession : Microsoft.Management.Infrastructure.CimSession[] with get, set
Public Property CimSession As CimSession()

Property Value

Attributes

Applies to