Class PropertyQosPolicyConfiguration.Property
- Assembly
 - DataDistributionManagerNet.dll
 
A single property
public class PropertyQosPolicyConfiguration.Property : BaseConfiguration, IConfiguration, INotifyPropertyChanged
  - Inheritance
 - 
      
      
      PropertyQosPolicyConfiguration.Property
 
- Implements
 
- Inherited Members
 
Constructors
Property()
Initialize a new PropertyQosPolicyConfiguration.Property
public Property()
  Property(string, bool)
Initialize a new PropertyQosPolicyConfiguration.Property
public Property(string value, bool propagate = false)
  Parameters
Properties
Propagate
True to propagate
public bool Propagate { get; set; }
  Property Value
Value
The value
public string Value { get; set; }