SettingElement.Name Eigenschap

Definitie

Hiermee haalt u de naam van het object op of stelt u deze SettingElement in.

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; }
[<System.Configuration.ConfigurationProperty("name", DefaultValue="", IsKey=true, IsRequired=true)>]
member this.Name : string with get, set
Public Property Name As String

Waarde van eigenschap

De naam van het SettingElement object.

Kenmerken

Van toepassing op