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

適用対象