public IEditorViewModel MappingEditor { get; set; }
Public Property MappingEditor As IEditorViewModel
Get
Set
public:
property IEditorViewModel^ MappingEditor {
IEditorViewModel^ get ();
void set (IEditorViewModel^ value);
}
member MappingEditor : IEditorViewModel with get, set