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