public override bool SupportsAttribute(uint attributeId) { lock (DataLock) { switch (attributeId) { case Attributes.EventNotifier: { return true; } default: { return base.SupportsAttribute(attributeId); } } } } #endregion