ElementViewModel.TypePath Property
Gets the type path information for an ElementViewModel in the form ParentTypePath/ConfigurationElementType.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property TypePath As String
public virtual string TypePath { get; }
public:
virtual property String^ TypePath {
String^ get ();
}
public function get TypePath () : String
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace