Gets or sets the unit in which the value will be displayed in the GUI.
Read-write property
[Visual Basic .NET] |
---|
Public Property CustomDisplayUnit() As String |
[C#] |
---|
public string CustomDisplayUnit {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_CustomDisplayUnit(); |
[Unmanaged C++] |
---|
public: HRESULT get_CustomDisplayUnit( BSTR * pVal ); public: HRESULT put_CustomDisplayUnit( BSTR newVal ); |
[Java] |
---|
public String getCustomDisplayUnit(); public void setCustomDisplayUnit( String ); |