Table of Contents

Class PropertyQosPolicyConfiguration.Property

Namespace
MASES.DataDistributionManager.Bindings.Configuration
Assembly
DataDistributionManagerNet.dll

A single property

public class PropertyQosPolicyConfiguration.Property : BaseConfiguration, IConfiguration, INotifyPropertyChanged
Inheritance
PropertyQosPolicyConfiguration.Property
Implements
Inherited Members

Constructors

Property()

public Property()

Property(string, bool)

public Property(string value, bool propagate = false)

Parameters

value string

Value to use (file: or data:)

propagate bool

True to propagate. Default is false

Properties

Propagate

True to propagate

public bool Propagate { get; set; }

Property Value

bool

Value

The value

public string Value { get; set; }

Property Value

string