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