EventLevel.DisplayName 属性
定义
获取事件级别的本地化名称。Gets the localized name for the event level. 名称描述此级别用于哪种严重级别的事件。The name describes what severity level of events this level is used for.
public:
property System::String ^ DisplayName { System::String ^ get(); };
public string DisplayName { get; }
member this.DisplayName : string
Public ReadOnly Property DisplayName As String
属性值
一个字符串,其中包含事件级别的本地化名称。A string that contains the localized name for the event level.