RuleEvaluationIncompatibleTypesException.Left 속성

정의

예외를 일으키는 식 왼쪽에 있는 인수의 Type을 가져오거나 설정합니다.

public:
 property Type ^ Left { Type ^ get(); void set(Type ^ value); };
public Type Left { get; set; }
member this.Left : Type with get, set
Public Property Left As Type

속성 값

Type

예외를 일으키는 식 왼쪽에 있는 인수의 Type입니다.

적용 대상