 | CodeExampleInfoType Property |
Gets or sets the type of
the example.
Namespace:
Novacta.Documentation.CodeExamples
Assembly:
Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 1.0.0
Syntaxpublic Type Type { get; set; }
Public Property Type As Type
Get
Set
public:
property Type^ Type {
Type^ get ();
void set (Type^ value);
}
member Type : Type with get, set
Property Value
Type:
TypeThe type of the example.
See Also