Namespace: MPM.PDAG
Assembly: MPM.PDAG (in MPM.PDAG.dll) Version: 1.0.4428.15748

Syntax

C#
public int MaxValue { get; set; }
Visual Basic
Public Property MaxValue As Integer
	Get
	Set
Visual C++
public:
virtual property int MaxValue {
	int get () sealed;
	void set (int value) sealed;
}

Implements

IConcurrencyThrottle..::..MaxValue

See Also