ActivityImplementationContext.CimSession 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.
CIM Sessions to use for this activity.
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; }
member this.CimSession : Microsoft.Management.Infrastructure.CimSession[] with get, set
Public Property CimSession As CimSession()