IDTSError100.IDOfInterfaceWithError 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.
public:
property System::String ^ IDOfInterfaceWithError { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(6)]
public string IDOfInterfaceWithError { [System.Runtime.InteropServices.DispId(6)] get; [System.Runtime.InteropServices.DispId(6)] set; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
[<set: System.Runtime.InteropServices.DispId(6)>]
member this.IDOfInterfaceWithError : string with get, set
Public Property IDOfInterfaceWithError As String
Property Value
A String that contains a textual representation of the GUID of the interface that caused the error.
- Attributes