MonitoredPropertyKeyAttribute.cs 156 B

1234567
  1. namespace qmonlib.Attributes
  2. {
  3. public class MonitoredPropertyKeyAttribute : Attribute
  4. {
  5. public int KeyOrder { get; set; }
  6. }
  7. }