API Referenceglobal
Propertyclass
A named constant value stored inside a node.
object→
Parameter<T>→PropertyConstructors1
Showing 1 constructors
public Property()
No results match this filter.
Methods3
Showing 3 methods
public bool TryGetValue(object value)
Attempts to get either the current assigned value, or default value for optional properties. Returns false if this property is required and has no assigned value.
| Parameter | Type | Description |
|---|---|---|
| value | object | Current assigned or default value. |
Returns:
boolTrue if this node has an assigned or default value.No results match this filter.
Properties2
Showing 2 properties
No results match this filter.