Description
The unit in which the value will be displayed in the GUI.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property CustomDisplayUnit() As String
|
| [C#] |
|---|
public string CustomDisplayUnit {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_CustomDisplayUnit(); public: __property void set_CustomDisplayUnit( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CustomDisplayUnit( BSTR * pRetVal ); public: HRESULT put_CustomDisplayUnit( BSTR NewCustomDisplayUnit );
|
| [Java] |
|---|
public String getCustomDisplayUnit();public void setCustomDisplayUnit( String );
|
See Also