'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;}