Share via


IgnoreDeviceFilterElement.Name Proprietà

Definizione

Ottiene il nome dell'elemento da ignorare.

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

Valore della proprietà

Nome dell'elemento da ignorare.

Attributi

Si applica a