ValidationAction.PropertyName Propriedade
Obtém ou define o nome da propriedade que é validada.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintaxe
public string PropertyName { get; set; }
public:
property String^ PropertyName {
String^ get();
void set(String^ value);
}
member PropertyName : string with get, set
Public Property PropertyName As String
Valor de propriedade
Type: System.String
O nome da propriedade.
Comentários
Definir esta propriedade gera o evento de PropertyChanged .
Consulte também
PropertyChanged
Classe ValidationAction
Namespace Microsoft.VisualStudio.TestTools.UITest.Common
Retornar ao topo