IgnoreDeviceFilterElement(String) コンストラクター

定義

IgnoreDeviceFilterElement クラスの新しいインスタンスを初期化します。

public:
 IgnoreDeviceFilterElement(System::String ^ name);
public IgnoreDeviceFilterElement (string name);
new System.Web.Configuration.IgnoreDeviceFilterElement : string -> System.Web.Configuration.IgnoreDeviceFilterElement
Public Sub New (name As String)

パラメーター

name
String

無視する要素の名前。

適用対象