 | 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
Syntaxpublic string DefaultNamespace { get; }
Public ReadOnly Property DefaultNamespace As String
Get
public:
property String^ DefaultNamespace {
String^ get ();
}
member DefaultNamespace : string with get
Property Value
Type:
String
The default namespace of the
project including the example source code files.
See Also