The short description of the object. Cannot be set for central bodies.
Read-write property
[Visual Basic .NET] |
---|
Public Property ShortDescription() As String |
[C#] |
---|
public string ShortDescription {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ShortDescription(); |
[Unmanaged C++] |
---|
public: HRESULT get_ShortDescription( BSTR * pDescription ); public: HRESULT put_ShortDescription( BSTR NewDescription ); |
[Java] |
---|
public String getShortDescription(); public void setShortDescription( String ); |