'Declaration
<IgnoreDataMemberAttribute()> <XmlIgnoreAttribute()> Public Property GroupVersionDateTime As Date
'Usage
Dim instance As UAUadpDataSetReaderMessageParameters Dim value As Date instance.GroupVersionDateTime = value value = instance.GroupVersionDateTime
[IgnoreDataMember()] [XmlIgnore()] public DateTime GroupVersionDateTime {get; set;}
[IgnoreDataMember()] [XmlIgnore()] public: property DateTime GroupVersionDateTime { DateTime get(); void set ( DateTime value); }