AgentProfileParameterInfo.DefaultValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表複製代理參數的預設值。
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。