Description
Magnitude's current unit.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MagnitudeUnitAbrv() As String
|
| [C#] |
|---|
public string MagnitudeUnitAbrv {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_MagnitudeUnitAbrv(); public: __property void set_MagnitudeUnitAbrv( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MagnitudeUnitAbrv( BSTR * pRetVal ); public: HRESULT put_MagnitudeUnitAbrv( BSTR NewMagnitudeUnitAbrv );
|
| [Java] |
|---|
public String getMagnitudeUnitAbrv();public void setMagnitudeUnitAbrv( String );
|
See Also