 | CodeExampleInfoSourceCodePath Property |
Gets or sets the path of the source code file where
the example type is defined.
Namespace:
Novacta.Documentation.CodeExamples
Assembly:
Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 1.0.0
Syntaxpublic string SourceCodePath { get; set; }
Public Property SourceCodePath As String
Get
Set
public:
property String^ SourceCodePath {
String^ get ();
void set (String^ value);
}
member SourceCodePath : string with get, set
Property Value
Type:
StringThe path to the example source code file, if any;
otherwise
null.
Remarks
An example type is expected to be defined
in a source code file named from the class name.
See Also