DeviceElement.InheritsFrom 屬性

定義

取得或設定這個裝置配接器集繼承自之裝置配接器集的名稱。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with 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

屬性值

這個裝置配接器集繼承自之裝置配接器集的名稱。

屬性

適用於

另請參閱