ControlElement.Name Właściwość

Definicja

Reprezentuje wartość nazwy kontrolki, której dotyczy konfiguracja. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia aplikacji ASP.NET mobilnych, zobacz Mobile Apps Witryn z & ASP.NET.

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

Wartość właściwości

String
Atrybuty

Dotyczy