'Declaration Public ReadOnly Property ScanMaxRegions As System.Nullable(Of Integer)
public System.Nullable<int> ScanMaxRegions { get; }
public: __property System.Nullable<int> get_ScanMaxRegions();
public:
property System.Nullable<int> ScanMaxRegions { System.Nullable<int> get(); }
Property Value
null - the maximum count of scan regions is not defined; N - the maximum count of scan regions.