api / org.gradle.kotlin.dsl / org.gradle.api.model.ObjectFactory / property

property

@Incubating inline fun <reified T> ObjectFactory.property(): Property<T>

Creates a Property that holds values of the given type T.

See Also

ObjectFactory.property