IComponentErrorInfo.SourceComponent 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.
Returns the name of the component where the error originated.
public:
property System::String ^ SourceComponent { System::String ^ get(); };
public string SourceComponent { get; }
member this.SourceComponent : string
Public ReadOnly Property SourceComponent As String
Property Value
A String containing the name of the component.
Remarks
The IComponent
interface for the component is found in the Component property.