ModelItem.ModelItemTypeName Property

Definition

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.

Applies to