International designation of the satellite.
Read-write property
[Visual Basic .NET] |
---|
Public Property IntlDesignator() As String |
[C#] |
---|
public string IntlDesignator {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_IntlDesignator(); |
[Unmanaged C++] |
---|
public: HRESULT get_IntlDesignator( BSTR * pVal ); public: HRESULT put_IntlDesignator( BSTR Designator ); |
[Java] |
---|
public String getIntlDesignator(); public void setIntlDesignator( String ); |