
public string LastModificationDate { get; set; }Public Property LastModificationDate As String
	Get
	Setpublic:
property String^ LastModificationDate {
	String^ get ();
	void set (String^ value);
}member LastModificationDate : string with get, set