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


In This Topic
    Id Property (NDocument)
    In This Topic
    Gets/sets the id of the document
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Identification")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the id of the document")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Overridable Property Id As System.Integer
    'Usage
     
    
    Dim instance As NDocument
    Dim value As System.Integer
     
    instance.Id = value
     
    value = instance.Id
    [System.ComponentModel.Category("Identification")]
    [System.ComponentModel.Description("Gets/sets the id of the document")]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual System.int Id {get; set;}
    Remarks
    The set implementation has been provided, so that the internally contained element index can assign a valid id. 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