다음을 통해 공유


Flowchart.ValidateUnconnectedNodes 속성

정의

연결되지 않은 노드의 유효성을 검사할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool ValidateUnconnectedNodes { bool get(); void set(bool value); };
public bool ValidateUnconnectedNodes { get; set; }
member this.ValidateUnconnectedNodes : bool with get, set
Public Property ValidateUnconnectedNodes As Boolean

속성 값

연결되지 않은 노드의 유효성을 검사하는 경우 true이고, 그렇지 않으면 false입니다.

적용 대상