Sdílet prostřednictvím


SettingElement.Name Vlastnost

Definice

Získá nebo nastaví název objektu SettingElement .

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", DefaultValue="", IsKey=true, IsRequired=true)]
public string Name { get; set; }
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", DefaultValue="", IsKey=true, IsRequired=true)>]
member this.Name : string with get, set
member this.Name : string with get, set
Public Property Name As String

Hodnota vlastnosti

Název objektu SettingElement .

Atributy

Platí pro