Code Example InfoHas Source Code Property
Gets a value signaling if
the example has a source code path.
Definition
Namespace: Novacta.Documentation.CodeExamples
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
if any source code file has been found; otherwise .
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
public bool HasSourceCode { get; }VB
Public ReadOnly Property HasSourceCode As Boolean
GetC++
public:
property bool HasSourceCode {
bool get ();
}F#
member HasSourceCode : bool with getProperty Value
Booleanif any source code file has been found; otherwise .