Gets the identification of the star as per star catalog.
Read-only property
[Visual Basic .NET] |
---|
Public Property Identifier() As String |
[C#] |
---|
public string Identifier {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Identifier(); |
[Unmanaged C++] |
---|
public: HRESULT get_Identifier( BSTR * pRetVal ); |
[Java] |
---|
public String getIdentifier(); |