ModelingToolboxItemBase.ComponentType 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.
Gets the ComponentType string that is shown in the tooltip for this item.
public:
virtual property System::String ^ ComponentType { System::String ^ get(); };
public override string ComponentType { get; }
member this.ComponentType : string
Public Overrides ReadOnly Property ComponentType As String