IWSMan.CommandLine 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.
CommandLine
property of IWSMan
interface.
public string CommandLine { [System.Runtime.InteropServices.DispId(3)] get; }
[<get: System.Runtime.InteropServices.DispId(3)>]
member this.CommandLine : string
Public ReadOnly Property CommandLine As String
Property Value
- Attributes
Remarks
An original IDL definition of CommandLine
property was the following: BSTR CommandLine
;