'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> Public Property Selection As NSelection
'Usage
Dim instance As NController Dim value As NSelection instance.Selection = value value = instance.Selection
[System.Xml.Serialization.XmlIgnore()] public NSelection Selection {get; set;}