GetColumnSettings Method
Gets the Column Setting Configuration associated with a particular Property Definition
Syntax
ColumnSettings GetColumnSettings(
Connection conn,
System.string propertySystemName
)Function GetColumnSettings( _
ByVal conn As Connection, _
ByVal propertySystemName As System.String _
) As ColumnSettingsParameters
| Name | Description |
|---|---|
| conn | A connection to a vault server |
| propertySystemName | The System Name of the property definition we are retrieving settings for |
Return Value
The Column Settings associated with the specified property definition, or null if there is no association