Udostępnij za pośrednictwem


DeviceElement.Name Właściwość

Definicja

Pobiera wartość ciągu, która jednoznacznie identyfikuje zestaw kart urządzenia. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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

Wartość ciągu, która jednoznacznie identyfikuje zestaw kart urządzenia.

Atrybuty

Dotyczy

Zobacz też