Get the description for this component.
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( BSTR * pVal ); |
[Java] |
---|
public String getDescription(); |