Click or drag to resize

PartitionQosPolicyName Property

Gets or sets the sequence of partition strings. The name defaults to an empty sequence of strings.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public IEnumerable<string> Name { get; set; }

Property Value

Type: IEnumerableString
Remarks
The default partition name is an empty string and causes the entity to participate in the default partition.
See Also