Get the satellite's Model properties.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Model() As IAgSaVOModel
|
| [C#] |
|---|
public IAgSaVOModel Model {get;}
|
| [Managed C++] |
|---|
public: __property IAgSaVOModel^ get_Model();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Model(
|
| [Java] |
|---|
public IAgSaVOModel getModel();
|