Description
The parameter's unit. ParamValue is set in Object Model unit preference for selected dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Unit() As String
|
| [C#] |
|---|
public string Unit {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Unit(); public: __property void set_Unit( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Unit( BSTR * pRetVal ); public: HRESULT put_Unit( BSTR NewUnit );
|
| [Java] |
|---|
public String getUnit();public void setUnit( String );
|
See Also