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 예외를 일으키는 식의 왼쪽 인수입니다.

적용 대상