Click or drag to resize

Solution.Name Property

The name of the Solution (does not include the file path or 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

INamedCodeObject.Name
See Also