-
Notifications
You must be signed in to change notification settings - Fork 3
ConditionIsPresent
Søren Granfeldt edited this page Dec 1, 2016
·
1 revision
This condition can be used to check whether a metaverse attribute is present. The name of the metaverse attribute to check is specified in the MVAttributeName tag (see below).
If the metaverse attribute is present, the condition is met.
<ConditionBase xsi:type="ConditionIsPresent">
<MVAttribute>adAccountName</MVAttribute>
</ConditionBase>