Return the type description.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property TypeDescription() As String
|
| [C#] |
|---|
public string TypeDescription {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_TypeDescription();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_TypeDescription(
|
| [Java] |
|---|
public String getTypeDescription();
|