IComponentErrorInfo.SourceComponent Property

Definition

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.

Applies to