GetAssociationPropertyDefinitionsByType Method
Gets all the property definitions for a given association type.
Required Permissions
ManagePropertyDefinitionSyntax
public AssocPropDef[] GetAssociationPropertyDefinitionsByType(
AssocPropTyp relClass
)Public Function GetAssociationPropertyDefinitionsByType( _
ByVal relClass As AssocPropTyp _
) As AssocPropDef()Parameters
| Name | Description |
|---|---|
| relClass | Determines which association property type to get definitions for |
Return Value
All the property definitions for the given association type.