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