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