Code Example InfoSource Code Path Property
Gets or sets the path of the source code file where
the example type is defined.
Definition
Namespace: Novacta.Documentation.CodeExamples
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
The path to the example source code file, if any; otherwise .
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
public string SourceCodePath { get; set; }VB
Public Property SourceCodePath As String
Get
SetC++
public:
property String^ SourceCodePath {
String^ get ();
void set (String^ value);
}F#
member SourceCodePath : string with get, setProperty Value
StringThe path to the example source code file, if any; otherwise .
Remarks
An example type is expected to be defined in a source code file named from the class name.