SetColumnSettings Method
Associates a Column Setting Configuration with a Property Definition
Syntax
void SetColumnSettings(
Connection conn,
System.string propertySystemName,
ColumnSettings settings
)Sub SetColumnSettings( _
ByVal conn As Connection, _
ByVal propertySystemName As System.String, _
ByVal settings As ColumnSettings _
) Parameters
| Name | Description |
|---|---|
| conn | A connection to a vault server |
| propertySystemName | The System Name of the property definition that the settings are associated with |
| settings | The Column Settings to associate with the Property Definition |