Description
Gets or sets whether or not the antenna was coordinated prior to 1993.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property CoordinatedPrior1993() As Boolean
|
[C#] |
---|
public bool CoordinatedPrior1993 {get; set;}
|
[Managed C++] |
---|
public: __property bool get_CoordinatedPrior1993(); public: __property void set_CoordinatedPrior1993( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_CoordinatedPrior1993( VARIANT_BOOL * pRetVal ); public: HRESULT put_CoordinatedPrior1993( VARIANT_BOOL NewCoordinatedPrior1993 );
|
[Java] |
---|
public bool getCoordinatedPrior1993();public void setCoordinatedPrior1993( bool );
|
See Also