FindPropertyDefinitionsBySystemNames Method
Gets a set of property definitions for a given set of system names.
Required Permissions
ManagePropertyDefinition or [EntityClassId]ReadSyntax
public PropDef[] FindPropertyDefinitionsBySystemNames(
System.string entityClassId,
System.string[] propDefSystemNames
)Public Function FindPropertyDefinitionsBySystemNames( _
ByVal entityClassId As System.String, _
ByVal propDefSystemNames() As System.String _
) As PropDef()Parameters
| Name | Description |
|---|---|
| entityClassId | The entity class associated with the property definition. |
| propDefSystemNames | An array of system names. |
Return Value
An array of matching property definitions objects. A NULL value will be in the array of the corresponding system name is not found.