SystemWebSectionGroup.MobileControls プロパティ

定義

注意事項

System.Web.Mobile.dll is obsolete.

mobileControls セクションを取得します。

public:
 property System::Configuration::ConfigurationSection ^ MobileControls { System::Configuration::ConfigurationSection ^ get(); };
[System.Configuration.ConfigurationProperty("mobileControls")]
public System.Configuration.ConfigurationSection MobileControls { get; }
[System.Configuration.ConfigurationProperty("mobileControls")]
[System.Obsolete("System.Web.Mobile.dll is obsolete.")]
public System.Configuration.ConfigurationSection MobileControls { get; }
[<System.Configuration.ConfigurationProperty("mobileControls")>]
member this.MobileControls : System.Configuration.ConfigurationSection
[<System.Configuration.ConfigurationProperty("mobileControls")>]
[<System.Obsolete("System.Web.Mobile.dll is obsolete.")>]
member this.MobileControls : System.Configuration.ConfigurationSection
Public ReadOnly Property MobileControls As ConfigurationSection

プロパティ値

ConfigurationSection オブジェクトは、構成ファイルの mobileControls セクションを参照します。

属性

適用対象

こちらもご覧ください