Method HasUndeterminedAttributeReferences
HasUndeterminedAttributeReferences(string)
Returns true if the script contains ambiguous or undetermined attribute references.
Declaration
public bool HasUndeterminedAttributeReferences(string variableName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | variableName | The name of the profile variable whose used attributes are required. |
Returns
| Type | Description |
|---|---|
| bool | A boolean value indicating whether the collection of attributes returned by |
Remarks
In some Arcade scripts it is difficult to determine which attributes are used. This function returns true
in these cases, to indicate that all attributes for the given profile variable may be necessary for successful
evaluation.
When this function returns true, the collection of attributes returned by GetAttributesAsync
may not be complete.
When this function returns false, assume that the collection of attributes returned by GetAttributesAsync
is complete.
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |