Sdílet prostřednictvím


DeviceElement.Name Vlastnost

Definice

Získá řetězcovou hodnotu, která jednoznačně identifikuje sadu adaptérů zařízení. Toto rozhraní API je zastaralé. Informace o vývoji ASP.NET mobilních aplikací najdete v tématu Mobilní aplikace & Weby s 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

Hodnota vlastnosti

Řetězcová hodnota, která jednoznačně identifikuje sadu adaptérů zařízení.

Atributy

Platí pro

Viz také