Class Ignore
- Namespace
- Dassie.Configuration
- Assembly
- dc.dll
Represents an ignored message.
[Serializable]
public class Ignore : ConfigObject
- Inheritance
-
Ignore
- Derived
- Inherited Members
- Extension Methods
Constructors
Ignore(PropertyStore)
Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.
public Ignore(PropertyStore store)
Parameters
storePropertyStore
Properties
Code
The message code to ignore.
public string Code { get; set; }