ILogicalPropertyContainerElement.ContainingElementDisplayName Property
When implemented, returns a display name for the logically containing element, which is used for e.g. validation results.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
ReadOnly Property ContainingElementDisplayName As String
string ContainingElementDisplayName { get; }
property String^ ContainingElementDisplayName {
String^ get ();
}
function get ContainingElementDisplayName () : String
See Also
ILogicalPropertyContainerElement Interface
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace