Click or drag to resize

ColumnDefinitionName Property

Specifies the internal name of the column. CAUTION: Invalid characters (for instance white spaces 'The Column Name') will be escaped ('The_x0020_Column_x0020_Name'). If there is a custom title specified (via 'Title' or title resources), the column will no longer be accessible with 'The Column Name'.

Namespace:  Colygon.MatchPoint.Provisioning.ObjectDefinitions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public override string Name { get; set; }

Property Value

Type: String
See Also