Code Example InfoIs Code Asynchronous Property
Gets or sets a value signaling if the example code is asynchronous.
Definition
Namespace: Novacta.Documentation.CodeExamples
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
if the example code is asynchronous; otherwise .
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
public bool IsCodeAsynchronous { get; set; }VB
Public Property IsCodeAsynchronous As Boolean
Get
SetC++
public:
property bool IsCodeAsynchronous {
bool get ();
void set (bool value);
}F#
member IsCodeAsynchronous : bool with get, setProperty Value
Booleanif the example code is asynchronous; otherwise .