DComSessionOptions Constructors
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.
Overloads
DComSessionOptions() | |
DComSessionOptions(DComSessionOptions) |
DComSessionOptions()
public:
DComSessionOptions();
public:
DComSessionOptions();
DComSessionOptions();
public DComSessionOptions ();
Public Sub New ()
Applies to
DComSessionOptions(DComSessionOptions)
public:
DComSessionOptions(Microsoft::Management::Infrastructure::Options::DComSessionOptions ^ optionsToClone);
DComSessionOptions(Microsoft::Management::Infrastructure::Options::DComSessionOptions const & optionsToClone);
public DComSessionOptions (Microsoft.Management.Infrastructure.Options.DComSessionOptions optionsToClone);
new Microsoft.Management.Infrastructure.Options.DComSessionOptions : Microsoft.Management.Infrastructure.Options.DComSessionOptions -> Microsoft.Management.Infrastructure.Options.DComSessionOptions
Public Sub New (optionsToClone As DComSessionOptions)
Parameters
- optionsToClone
- DComSessionOptions