The macro is used to validate that a property value is non-blank. If the property value is blank, 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

<ValidateNonBlank property="propertyName"/>