AgentProfileParameterInfo.NoDefaultValue Property

Definition

Specifies whether the replication agent parameter has a default value.

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

Property Value

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

Remarks

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

Applies to