ItemParameter.DefaultValues Proprietà

Definizione

Ottiene o imposta i valori predefiniti del parametro.

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()

Valore della proprietà

String[]

Matrice di oggetti String contenente i valori predefiniti del parametro.

Attributi

Si applica a