AddApplicationBlockCommand.AddedSection Property
The section added during InnerExecute(Object)
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Protected Property AddedSection As SectionViewModel
protected SectionViewModel AddedSection { get; private set; }
protected:
property SectionViewModel^ AddedSection {
SectionViewModel^ get ();
void set (SectionViewModel^ value);
}
protected function get AddedSection () : SectionViewModel
protected function set AddedSection (value : SectionViewModel)
See Also
AddApplicationBlockCommand Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands Namespace