VerificationAttribute.ConditionalProperty 속성

정의

액세스 가능성 검사점 확인의 일부로 사용되는 조건식의 왼쪽을 가져옵니다.

public:
 property System::String ^ ConditionalProperty { System::String ^ get(); };
public string ConditionalProperty { get; }
member this.ConditionalProperty : string
Public ReadOnly Property ConditionalProperty As String

속성 값

String

조건식의 왼쪽입니다. 기본값은 빈 문자열("")입니다.

설명

합니다 ConditionalProperty 때 속성을 설정할 수 있습니다는 VerificationAttribute 인스턴스 만들어지기는 하지만 선택 사항입니다. 사용 하지 않는 생성자를 사용 하는 경우는 conditionalProperty 매개 변수, 기본값은 빈 문자열 ("")는 데 사용 됩니다.

ConditionalValue 액세스 가능성 검사점 확인에서 사용 되는 조건식의 값을 오른쪽에 있는 속성이 있습니다. 조건식의 왼쪽으로 지정 된 된 ConditionalProperty합니다.

적용 대상

추가 정보