'Declaration
<System.ComponentModel.CategoryAttribute("Data")> <System.ComponentModel.DescriptionAttribute("Gets/sets the measurement unit of the master")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NMeasurementUnitUIEditor, System.Drawing.Design.UITypeEditor)> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property MeasurementUnit As NMeasurementUnit
'Usage
Dim instance As NMaster Dim value As NMeasurementUnit instance.MeasurementUnit = value value = instance.MeasurementUnit
[System.ComponentModel.Category("Data")] [System.ComponentModel.Description("Gets/sets the measurement unit of the master")] [System.ComponentModel.Editor(Nevron.Editors.NMeasurementUnitUIEditor, System.Drawing.Design.UITypeEditor)] [System.Xml.Serialization.XmlIgnore()] public NMeasurementUnit MeasurementUnit {get; set;}