IgnoreDeviceFilterElement.Name 属性
定义
获取要忽略的元素的名称。Gets the name of the element to ignore.
public:
property System::String ^ Name { System::String ^ get(); };
[System.Configuration.ConfigurationProperty("name", IsKey=true, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string Name { get; }
[<System.Configuration.ConfigurationProperty("name", IsKey=true, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Name : string
Public ReadOnly Property Name As String
属性值
要忽略的元素的名称。The name of the element to ignore.
- 属性