다음을 통해 공유


Member.IsSoftDeleted 속성

정의

멤버의 상태를 지정합니다.

public:
 property bool IsSoftDeleted { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool IsSoftDeleted { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.IsSoftDeleted : bool with get, set
Public Property IsSoftDeleted As Boolean

속성 값

멤버가 삭제하도록 표시된 경우 true이고, 그렇지 않으면 false입니다.

특성

적용 대상