'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the whether the composite must automatically generate unique names for newly inserted nodes. Set this property to false if a large number of nodes is about to be inserted in the composite")> <System.ComponentModel.DefaultValueAttribute(True)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property AutoGenerateUniqueNames As System.Boolean
'Usage
Dim instance As NDiagramElementCollection Dim value As System.Boolean instance.AutoGenerateUniqueNames = value value = instance.AutoGenerateUniqueNames
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the whether the composite must automatically generate unique names for newly inserted nodes. Set this property to false if a large number of nodes is about to be inserted in the composite")] [System.ComponentModel.DefaultValue(true)] [System.Xml.Serialization.XmlAttribute()] public System.bool AutoGenerateUniqueNames {get; set;}