'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.BrowsableAttribute(False)> Public Property BatchQueue As BatchQueue
'Usage
Dim instance As Entry Dim value As BatchQueue instance.BatchQueue = value value = instance.BatchQueue
[System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.Browsable(false)] public BatchQueue BatchQueue {get; set;}