AgentProfileParameterInfo.MinimumValue 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 minimum value of the replication agent parameter.
public:
property int MinimumValue { int get(); void set(int value); };
public int MinimumValue { get; set; }
member this.MinimumValue : int with get, set
Public Property MinimumValue As Integer
Property Value
An Int32 value that specifies the minimum value of the agent profile parameter.
Remarks
Check the NoMinimumValue property before calling the MinimumValue property to make sure that a minimum value exists. If no minimum exists, this property raises an exception.
This namespace, class, or member is supported only in the .NET Framework 2.0.