NewCimSession.SessionOption Property

Definition

Provides access to the SessionOption parameter.

public:
 property System::Activities::InArgument<Microsoft::Management::Infrastructure::Options::CimSessionOptions ^> ^ SessionOption { System::Activities::InArgument<Microsoft::Management::Infrastructure::Options::CimSessionOptions ^> ^ get(); void set(System::Activities::InArgument<Microsoft::Management::Infrastructure::Options::CimSessionOptions ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<Microsoft.Management.Infrastructure.Options.CimSessionOptions> SessionOption { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.SessionOption : System.Activities.InArgument<Microsoft.Management.Infrastructure.Options.CimSessionOptions> with get, set
Public Property SessionOption As InArgument(Of CimSessionOptions)

Property Value

Attributes

Applies to