'Declaration<XmlAttributeAttribute()> Public Property LastModified As Date
'UsageDim instance As UANodeSetChanges Dim value As Date instance.LastModified = value value = instance.LastModified
[XmlAttribute()] public DateTime LastModified {get; set;}
[XmlAttribute()] public: property DateTime LastModified { DateTime get(); void set ( DateTime value); }