In Ant build scripts, the property tag is used to declare variables. Properties are name-value pairs that can be referenced throughout the build script using ${property.name} syntax. 'file', 'variable', and 'declare' are not valid Ant tags for declaring properties.