AgentProfileParameterInfo.NoMinimumValue Property

Definition

Specifies whether the replication agent parameter has a minimum value.

public:
 property bool NoMinimumValue { bool get(); void set(bool value); };
public bool NoMinimumValue { get; set; }
member this.NoMinimumValue : bool with get, set
Public Property NoMinimumValue As Boolean

Property Value

A Boolean value. If the value is true, the replication agent parameter has a minimum value that is represented by MinimumValue. If the value is false, the replication agent parameter does not have a minimum value.

Remarks

This namespace, class, or member is supported only in the .NET Framework 2.0.

Applies to