 | CodeExampleInfoHasSourceCode Property |
Gets a value signaling if
the example has a source code path.
Namespace:
Novacta.Documentation.CodeExamples
Assembly:
Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 1.0.0
Syntaxpublic bool HasSourceCode { get; }
Public ReadOnly Property HasSourceCode As Boolean
Get
public:
property bool HasSourceCode {
bool get ();
}
member HasSourceCode : bool with get
Property Value
Type:
Booleantrue if any source code file has been found;
otherwise
false.
See Also