Query.firstOnly10 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
firstOnly10(Boolean) | |
firstOnly10() |
firstOnly10(Boolean)
public:
virtual bool firstOnly10(bool _value);
public virtual bool firstOnly10 (bool _value);
abstract member firstOnly10 : bool -> bool
override this.firstOnly10 : bool -> bool
Public Overridable Function firstOnly10 (_value As Boolean) As Boolean
Parameters
- _value
- Boolean
Returns
Applies to
firstOnly10()
public:
virtual bool firstOnly10();
public virtual bool firstOnly10 ();
abstract member firstOnly10 : unit -> bool
override this.firstOnly10 : unit -> bool
Public Overridable Function firstOnly10 () As Boolean