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