RenderOptionCondition(String) Constructor
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.
Initializes a new instance of RenderOptionCondition.
public RenderOptionCondition(string property);
new Azure.Analytics.PlanetaryComputer.RenderOptionCondition : string -> Azure.Analytics.PlanetaryComputer.RenderOptionCondition
Public Sub New (property As String)
Parameters
- property
- String
Property name to check in the active CQL filter.
Exceptions
property is null.