AnalyzerProperties Property |
Properties of the analyzer
used to configure the specified type
Namespace:
ArangoDBNetStandard.AnalyzerApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public AnalyzerProperties Properties { get; set; }
Public Property Properties As AnalyzerProperties
Get
Set
public:
property AnalyzerProperties^ Properties {
AnalyzerProperties^ get ();
void set (AnalyzerProperties^ value);
}
member Properties : AnalyzerProperties with get, set
Property Value
Type:
AnalyzerPropertiesSee Also