Class OwnershipStrengthQosPolicyConfiguration
- Assembly
- DataDistributionManagerNet.dll
Class managing OwnershipStrengthQosPolicy
public class OwnershipStrengthQosPolicyConfiguration : BaseConfiguration, IConfiguration, INotifyPropertyChanged
- Inheritance
-
OwnershipStrengthQosPolicyConfiguration
- Implements
- Inherited Members
Constructors
OwnershipStrengthQosPolicyConfiguration()
Initialize a new instance of OwnershipStrengthQosPolicyConfiguration
public OwnershipStrengthQosPolicyConfiguration()
Fields
ValuePropertyKey
Configuration key of Value
public const string ValuePropertyKey = "datadistributionmanager.opendds.qos.ownershipstrengthqospolicy.value"
Field Value
Properties
Value
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
public int Value { get; set; }