Query.firstOnly1000 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
firstOnly1000() | |
firstOnly1000(Boolean) |
firstOnly1000()
public:
virtual bool firstOnly1000();
public virtual bool firstOnly1000 ();
abstract member firstOnly1000 : unit -> bool
override this.firstOnly1000 : unit -> bool
Public Overridable Function firstOnly1000 () As Boolean
Returns
Applies to
firstOnly1000(Boolean)
public:
virtual bool firstOnly1000(bool _value);
public virtual bool firstOnly1000 (bool _value);
abstract member firstOnly1000 : bool -> bool
override this.firstOnly1000 : bool -> bool
Public Overridable Function firstOnly1000 (_value As Boolean) As Boolean
Parameters
- _value
- Boolean