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


In This Topic
    UniqueId Property (NDocument)
    In This Topic
    Gets/sets the unique id of the document
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Identification")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the unique id of the document")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Overridable Property UniqueId As System.Guid
    'Usage
     
    
    Dim instance As NDocument
    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 document")]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    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