Gets or sets the unit dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property UnitDimension() As String |
[C#] |
---|
public string UnitDimension {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_UnitDimension(); |
[Unmanaged C++] |
---|
public: HRESULT get_UnitDimension( BSTR * pVal ); public: HRESULT put_UnitDimension( BSTR InVal ); |
[Java] |
---|
public String getUnitDimension(); public void setUnitDimension( String ); |