Description
The description of the B-Plane instance.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Description() As String
|
| [C#] |
|---|
public string Description {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Description(); public: __property void set_Description( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Description( BSTR * pRetVal ); public: HRESULT put_Description( BSTR NewDescription );
|
| [Java] |
|---|
public String getDescription();public void setDescription( String );
|
See Also