CimActivityImplementationContext.Session 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.
The session specified for this activity
public:
property Microsoft::Management::Infrastructure::CimSession ^ Session { Microsoft::Management::Infrastructure::CimSession ^ get(); void set(Microsoft::Management::Infrastructure::CimSession ^ value); };
public Microsoft.Management.Infrastructure.CimSession Session { get; set; }
member this.Session : Microsoft.Management.Infrastructure.CimSession with get, set
Public Property Session As CimSession