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