DeviceElement.InheritsFrom Właściwość

Definicja

Pobiera lub ustawia nazwę zestawu kart urządzenia dziedziczy ten zestaw kart. 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 ^ InheritsFrom { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("inheritsFrom")]
[System.Configuration.StringValidator(MinLength=1)]
public string InheritsFrom { get; set; }
[<System.Configuration.ConfigurationProperty("inheritsFrom")>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.InheritsFrom : string with get, set
Public Property InheritsFrom As String

Wartość właściwości

Nazwa zestawu kart urządzenia dziedziczy ten zestaw kart.

Atrybuty

Dotyczy

Zobacz też