Description
A name for the Object. By recommendation of the CCSDS standard, the name from the SPACEWARN Bulletin should be used.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ObjectName() As String
|
[C#] |
---|
public string ObjectName {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_ObjectName(); public: __property void set_ObjectName( String __gc ^ );
|
[Unmanaged C++] |
---|
public: HRESULT get_ObjectName( BSTR * pRetVal ); public: HRESULT put_ObjectName( BSTR NewObjectName );
|
[Java] |
---|
public String getObjectName();public void setObjectName( String );
|
See Also