Skip to content

ConditionAttributeIsNotPresent

Søren Granfeldt edited this page Dec 1, 2016 · 2 revisions

Condition xsi:type=ConditionAttributeIsNotPresent

NOTICE: This condition is deprecated - use ConditionIsNotPresent instead.

This condition can be used to check whether a metaverse attribute is missing (i.e. has been recalled or never populated). The name of the metaverse attribute to check is specified in the MVAttribute tag (see below).

If a value is not present in the metaverse attribute specified, the condition is met.

<ConditionBase xsi:type="ConditionAttributeIsNotPresent"> 
  <Description>..and the group not exists in AD</Description> 
  <MVAttribute>existsAD</MVAttribute> 
</ConditionBase>