GetPropertyDefinitionBySystemName Method
Gets a Property Definition associated with a specific Property Definition System Name.
Syntax
PropertyDefinition GetPropertyDefinitionBySystemName(
System.string systemName
)Function GetPropertyDefinitionBySystemName( _
ByVal systemName As System.String _
) As PropertyDefinitionParameters
| Name | Description |
|---|---|
| systemName | The unique system name of the Property Definition to retrieve. See SystemName |
Return Value
The matching Property Definition, or null of there is no Property Definition with the matching System Name