CodeMemberProperty.HasSet 속성

정의

속성 set 에 메서드 접근자가 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

컬렉션의 속성이 0이 아니면 />이고, 그렇지 않으면 .

설명

HasSet 는 속성이 읽기 전용이면 반환 false 됩니다.

참고

이 속성을 설정하면 false 컬렉션이 지워지게 SetStatements 됩니다.

적용 대상

추가 정보