Click or drag to resize

CodeUnitName Property

The name of the CodeUnit. If associated with a file, this is the file name and extension.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public string Name { get; set; }

Property Value

Type: String

Implements

INamedCodeObjectName
See Also