SectionModelContainer.ShowRelationships Property
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Property ShowRelationships As RoutedCommand
public RoutedCommand ShowRelationships { get; set; }
public:
property RoutedCommand^ ShowRelationships {
RoutedCommand^ get ();
void set (RoutedCommand^ value);
}
public function get ShowRelationships () : RoutedCommand
public function set ShowRelationships (value : RoutedCommand)
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls Namespace