public Staff LastModifiedByStaffMember { get; set; }
Public Property LastModifiedByStaffMember As Staff Get Set
public: property Staff^ LastModifiedByStaffMember { Staff^ get (); void set (Staff^ value); }