ValidatorRule.SourcePropertyName Property
Gets or sets the name of the property for which explicitly configured ValidatorRule instances should get their validators.
Namespace: Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WPF
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WPF (in Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WPF.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public string SourcePropertyName { get; set; }
'Declaration
Public Property SourcePropertyName As String
Get
Set
public:
property String^ SourcePropertyName {
String^ get ();
void set (String^ value);
}
Property Value
Type: String
See Also
Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WPF Namespace