'Declaration <DataMemberAttribute("Current")> Public Property IsCurrent As Boolean
'Usage Dim instance As Archive Dim value As Boolean instance.IsCurrent = value value = instance.IsCurrent
[DataMember("Current")] public bool IsCurrent {get; set;}
[DataMember("Current")] public: property bool IsCurrent { bool get(); void set ( bool value); }