6 [AttributeUsage(AttributeTargets.Field, AllowMultiple =
false, Inherited =
false)]
14 get {
return _paramNames; }
25 _paramNames = paramNames;
LogEventAttribute(params string[] paramNames)
Marks this enumeration value as a possible log event type.
Attribute to use on enumeration values, marking them as possible log event type.
string[] ParamNames
Gets the parameter names of this log event type.