AgentProfileParameterInfo.MaximumValue Property

Definition

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.

Applies to