'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the element protection")> <System.ComponentModel.EditorAttribute(Nevron.Diagram.Editors.NProtectionTypeEditor, System.Drawing.Design.UITypeEditor)> Public Overridable Property Protection As NAbilities
'Usage
Dim instance As NDiagramElement Dim value As NAbilities instance.Protection = value value = instance.Protection
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the element protection")] [System.ComponentModel.Editor(Nevron.Diagram.Editors.NProtectionTypeEditor, System.Drawing.Design.UITypeEditor)] public virtual NAbilities Protection {get; set;}