AgentProfileParameterInfo.NoDefaultValue 属性

定义

指定复制代理参数是否具有默认值。

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

属性值

一个 Boolean 值。 如果该值为 true,则复制代理参数具有 DefaultValue 所表示的默认值。 如果该值为 false,则复制代理参数没有默认值。

注解

此命名空间、类或成员仅在 .NET Framework 2.0 中受支持。

适用于