IWSManEx.CreateConnectionOptions Method
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.
CreateConnectionOptions
method of IWSManEx
interface.
[System.Runtime.InteropServices.DispId(2)]
public object CreateConnectionOptions ();
[<System.Runtime.InteropServices.DispId(2)>]
abstract member CreateConnectionOptions : unit -> obj
Public Function CreateConnectionOptions () As Object
Returns
- Attributes
Remarks
An original IDL definition of CreateConnectionOptions
method was the following: HRESULT CreateConnectionOptions ([out, retval] IDispatch** ReturnValue)
;