'Declaration
<System.ComponentModel.CategoryAttribute("Data")> <System.ComponentModel.DescriptionAttribute("Specifies the id of the model to which this label is anchored")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.EditorAttribute(Nevron.Internal.AMEE, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.TypeConverterAttribute(Nevron.Internal.vlEE)> Public Property AnchorUniqueId As System.Guid
'Usage
Dim instance As NLabel Dim value As System.Guid instance.AnchorUniqueId = value value = instance.AnchorUniqueId
[System.ComponentModel.Category("Data")] [System.ComponentModel.Description("Specifies the id of the model to which this label is anchored")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Editor(Nevron.Internal.AMEE, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.TypeConverter(Nevron.Internal.vlEE)] public System.Guid AnchorUniqueId {get; set;}