'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the id of the child label, which is considered to be the default label")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.EditorAttribute(Nevron.Internal.AMEE, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.TypeConverterAttribute(Nevron.Internal.vlEE)> Public Property DefaultLabelUniqueId As System.Guid
'Usage
Dim instance As NLabelCollection Dim value As System.Guid instance.DefaultLabelUniqueId = value value = instance.DefaultLabelUniqueId
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the id of the child label, which is considered to be the default label")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Editor(Nevron.Internal.AMEE, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.TypeConverter(Nevron.Internal.vlEE)] public System.Guid DefaultLabelUniqueId {get; set;}