NamedValue Class
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.
Helper class for representing fields or columns.
public class NamedValue
type NamedValue = class
Public Class NamedValue
- Inheritance
-
NamedValue
Constructors
| NamedValue(KeyValuePair<String,FormulaValue>) | |
| NamedValue(String, FormulaValue) |
Properties
| IsExpandEntity |
Useful for determining if the value is an entity or not. And based on that you can decide whether to get the Value at the point of use or not. NOTE: If this is true, then getting the Value will be an expansive operation. |
| Name | |
| Value | |
Methods
| ValueAsync() |