Description
A string defining the Object ID - to be
specified as the international spacecraft designator, also known as
an NSSDC identifier.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property ObjectID() As String
|
[C#] |
public string ObjectID {get; set;}
|
[Managed C++] |
public: __property String __gc ^ get_ObjectID();
public: __property void set_ObjectID(
String __gc ^
);
|
[Unmanaged C++] |
public: HRESULT get_ObjectID(
BSTR * pRetVal
);
public: HRESULT put_ObjectID(
BSTR NewObjectID
);
|
[Java] |
public String getObjectID();public void setObjectID(
String
);
|
See Also