Compartilhar via


RuleSettings.Name Propriedade

Definição

Obtém ou define o nome do objeto RuleSettings.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", DefaultValue="", IsKey=true, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", DefaultValue="", IsKey=true, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Name : string with get, set
Public Property Name As String

Valor da propriedade

String

O nome do objeto RuleSettings. O valor padrão é uma cadeia de caracteres vazia ("").

Atributos

Exemplos

O exemplo de código a seguir mostra como usar a Name propriedade. Este exemplo de código faz parte de um exemplo maior fornecido para a HealthMonitoringSection classe.

ruleSetting.Name = "All Errors Custom";
ruleSetting.Name = "All Errors Custom"

Comentários

um nome exclusivo é necessário.

Aplica-se a

Confira também