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

プロパティ値

true セキュリティ保護可能なオブジェクトの所有者が変更された場合。それ以外の場合は false

適用対象