Click or drag to resize

CodeExamplesAnalyzerDefaultNamespace Property

Gets or sets the default namespace of the project which includes the example source code files.

Namespace:  Novacta.Documentation.CodeExamples
Assembly:  Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 1.0.0
Syntax
public string DefaultNamespace { get; }

Property Value

Type: String
The default namespace of the project including the example source code files.
See Also