다음을 통해 공유


PropertyCondition.PropertyName 속성

속성 이름을 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITest.Extension
어셈블리:  Microsoft.VisualStudio.TestTools.UITest.Extension(Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

구문

‘선언
Public Property PropertyName As String
public string PropertyName { get; set; }
public:
property String^ PropertyName {
    String^ get ();
    void set (String^ value);
}
member PropertyName : string with get, set
function get PropertyName () : String 
function set PropertyName (value : String)

속성 값

형식: String
속성 이름

.NET Framework 보안

참고 항목

참조

PropertyCondition 클래스

Microsoft.VisualStudio.TestTools.UITest.Extension 네임스페이스