言語

ItemParameter.DefaultValues プロパティ

定義

パラメータのデフォルト値を取得または設定します。

public:
 property cli::array <System::String ^> ^ DefaultValues { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.Xml.Serialization.XmlArrayItem("Value")]
public string[] DefaultValues { get; set; }
[<System.Xml.Serialization.XmlArrayItem("Value")>]
member this.DefaultValues : string[] with get, set
Public Property DefaultValues As String()

プロパティ値

String[]

パラメータのデフォルト値を含む String 配列です。

属性

適用対象