CimActivityImplementationContext.SessionOptions 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 options used to create the session for this activity...
public:
property Microsoft::Management::Infrastructure::Options::CimSessionOptions ^ SessionOptions { Microsoft::Management::Infrastructure::Options::CimSessionOptions ^ get(); void set(Microsoft::Management::Infrastructure::Options::CimSessionOptions ^ value); };
public Microsoft.Management.Infrastructure.Options.CimSessionOptions SessionOptions { get; set; }
member this.SessionOptions : Microsoft.Management.Infrastructure.Options.CimSessionOptions with get, set
Public Property SessionOptions As CimSessionOptions