WSManSessionOptions Constructor (WSManSessionOptions)
Creates and initializes a new instance of WSManSessionOptions by making a detailed clone of an existing object.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public WSManSessionOptions(
WSManSessionOptions optionsToClone
)
public:
WSManSessionOptions(
WSManSessionOptions^ optionsToClone
)
new :
optionsToClone:WSManSessionOptions -> WSManSessionOptions
Public Sub New (
optionsToClone As WSManSessionOptions
)
Parameters
optionsToClone
Type: Microsoft.Management.Infrastructure.Options.WSManSessionOptionsThe existing options to clone.
See Also
WSManSessionOptions Overload
WSManSessionOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top