Returns the component description.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Description() As String
|
| [C#] |
|---|
public string Description {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Description();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Description(
|
| [Java] |
|---|
public String getDescription();
|