Click or drag to resize

ShellColumnName Property

Gets or sets the column's name. It's maximum size is MAX_COLUMN_NAME_LEN (80) characters.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string Name { get; set; }

Property Value

Type: String
The name.
See Also