AgentProfileParameterInfo.NoMaximumValue 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.
Specifies whether the replication agent parameter has a maximum value.
public:
property bool NoMaximumValue { bool get(); void set(bool value); };
public bool NoMaximumValue { get; set; }
member this.NoMaximumValue : bool with get, set
Public Property NoMaximumValue As Boolean
Property Value
A Boolean value. If the value is true
, the replication agent parameter has a maximum value that is represented by MaximumValue. If the value is false
, the replication agent parameter does not have a maximum value.
Remarks
This namespace, class, or member is supported only in the .NET Framework 2.0.