ObjectSecurity.OwnerModified 속성

정의

보안 가능한 개체의 소유자가 수정되었는지 여부를 지정하는 부울 값을 가져오거나 설정합니다.

protected:
 property bool OwnerModified { bool get(); void set(bool value); };
protected bool OwnerModified { get; set; }
member this.OwnerModified : bool with get, set
Protected Property OwnerModified As Boolean

속성 값

Boolean

보안 개체의 소유자가 수정되었으면true 이고, 수정되지 않았으면 false입니다.

적용 대상