ModelItem.ModelItemTypeName 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 type of the model item.
public:
property System::String ^ ModelItemTypeName { System::String ^ get(); void set(System::String ^ value); };
public string ModelItemTypeName { get; set; }
member this.ModelItemTypeName : string with get, set
Public Property ModelItemTypeName As String
Property Value
A String
value indicating the type of the model item.
Remarks
For a list of supported model item types, use the ListModelItemTypes method.