Nevron .NET Vision
Nevron.Diagram Namespace / NDiagramElement Class / UniqueId Property


In This Topic
    UniqueId Property (NDiagramElement)
    In This Topic
    Gets/sets the unique id of the element
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Identification")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the unique id of the element")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Overridable Property UniqueId As System.Guid
    'Usage
     
    
    Dim instance As NDiagramElement
    Dim value As System.Guid
     
    instance.UniqueId = value
     
    value = instance.UniqueId
    [System.ComponentModel.Category("Identification")]
    [System.ComponentModel.Description("Gets/sets the unique id of the element")]
    [System.Xml.Serialization.XmlIgnore()]
    public virtual System.Guid UniqueId {get; set;}
    Remarks
    The set implementation has been provided for Cloning with new Ids. Do not call it directly.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also