LicenseProcessorCount Property |
Gets/sets maximum number of processors for which license is valid.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public int ProcessorCount { get; set; }
Public Property ProcessorCount As Integer
Get
Set
public:
property int ProcessorCount {
int get ();
void set (int value);
}
member ProcessorCount : int with get, set
Property Value
Type:
Int32See Also