IComponentErrorInfo.SubComponent 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 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.