语言

AgentProfileParameterInfo.DefaultValue 属性

定义

表示复制代理参数的默认值。

public:
 property System::String ^ DefaultValue { System::String ^ get(); void set(System::String ^ value); };
public string DefaultValue { get; set; }
member this.DefaultValue : string with get, set
Public Property DefaultValue As String

属性值

一个 String 指定代理配置文件参数默认值的值。

注解

你应该检查 NoDefaultValue 该属性,确保存在默认值,然后再访问该 DefaultValue 财产。 如果不存在违约,该属性会触发例外。

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

适用于