Gets or sets the length of the class name.
Namespace: CleanCode.DiagnosticsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public static int ClassNameLength { get; set; }
public static int ClassNameLength { get; set; }
Public Shared Property ClassNameLength As Integer
Get
Set
Public Shared Property ClassNameLength As Integer
Get
Set
public:
static property int ClassNameLength {
int get ();
void set (int value);
}
public:
static property int ClassNameLength {
int get ();
void set (int value);
}
Field Value
The length of the class name.
Names longer than this length are truncated.