Code Example InfoType Property
Gets or sets the type of
the example.
Definition
Namespace: Novacta.Documentation.CodeExamples
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
The type of the example.
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
public Type Type { get; set; }VB
Public Property Type As Type
Get
SetC++
public:
property Type^ Type {
Type^ get ();
void set (Type^ value);
}F#
member Type : Type with get, setProperty Value
TypeThe type of the example.