The macro is used to validate that a property value is non-empty. If the property value is empty, the build will fail. It is one of a suite of macro attribute validation routines.

Attributes

The following table describes the macro specific attributes for the macro:

Macro Specific Attributes
Attribute Description Required
property The name of the property to validate. Yes

Notes

None

Example

<ValidateNonEmpty property="propertyName"/>