GetAssociationPropertyDefinitionsUsageCounts Method
Gets the usage counts for a set of association property definitions.
Required Permissions
[EntityClassId]ReadSyntax
public LongArray GetAssociationPropertyDefinitionsUsageCounts(
System.long[] propertyDefinitionIds
)Public Function GetAssociationPropertyDefinitionsUsageCounts( _
ByVal propertyDefinitionIds() As System.Long _
) As LongArrayParameters
| Name | Description |
|---|---|
| propertyDefinitionIds | An array of association property definition IDs. |
Return Value
An array of usages for each association property definition. A usage is the number of entities that use that property.