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