Description
Gets or sets whether the RF STC is
enabled.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property EnableRFStc() As Boolean
|
[C#] |
public bool EnableRFStc {get; set;}
|
[Managed C++] |
public: __property bool get_EnableRFStc();
public: __property void set_EnableRFStc(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_EnableRFStc(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableRFStc(
VARIANT_BOOL NewEnableRFStc
);
|
[Java] |
public bool getEnableRFStc();public void setEnableRFStc(
bool
);
|
See Also