This property specifies the name of the column.
Syntax
IColumn.Name
Remarks
Name can be up to 128 characters. Name must begin letter and can contain only letters, integers (0-9), and underscore characters (_). Name cannot include spaces and must be unique in the Search schema.
Name has no functional significance, although it must be unique and properly formed.
Search does not validate the Name property until you call the ISearchSchema.Save method.
Example
See Creating_and_Accessing IColumn Interface Objects.
See Also