get

fun <P : Property<*>> get(propertyClass: KClass<P>): List<P>

Retuns a list of properties of the given type/class in this vCard.

Return

a list of all properties matching.

Parameters

propertyClass

the class of the property you are looking for.