AgentProfileParameterInfo.MaximumValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the maximum value for the replication agent parameter.
public:
property int MaximumValue { int get(); void set(int value); };
public int MaximumValue { get; set; }
member this.MaximumValue : int with get, set
Public Property MaximumValue As Integer
Property Value
An Int32 value.
Remarks
You must check the NoMaximumValue property before calling the MaximumValue property to make sure that a maximum value exists. If no maximum exists, this property raises an exception.
This namespace, class, or member is supported only in the .NET Framework 2.0.