IComponentErrorInfo.SubComponent Property

Definition

Returns an arbitrary String that identifies the sub-module within a source: for example, the transform in a Pipeline task.

public:
 property System::String ^ SubComponent { System::String ^ get(); };
public string SubComponent { get; }
member this.SubComponent : string
Public ReadOnly Property SubComponent As String

Property Value

A String containing the submodule that is the source of the error.

Applies to