PropertyValidationResult.FriendlyPath Property
Gets a String that helps the user locate the ElementViewModel associates with this ValidationResult.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property FriendlyPath As String
public string FriendlyPath { get; }
public:
property String^ FriendlyPath {
String^ get ();
}
public function get FriendlyPath () : String
Field Value
A String that helps the user locate the ElementViewModel associates with this ValidationResult.
See Also
PropertyValidationResult Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace