RuleSettings.EventName 属性

定义

获取或设置此规则适用的 EventMappingSettings 对象的名称。

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

属性值

String

此规则适用的 EventMappingSettings 对象的名称。

属性

示例

下面的代码示例说明如何使用 EventName 属性。 此代码示例是为 HealthMonitoringSection 类提供的一个更大示例的一部分。

ruleSetting.EventName = "All Errors";
ruleSetting.EventName = "All Errors"

注解

EventMappingSettings此属性引用的对象必须由包含此属性的同一HealthMonitoringSection对象包含RuleSettings

的名称。

适用于

另请参阅