SecurityChangedNotification.RenameWillCopy Property

True if during a rename the permissions will be copied, false if they will be moved.

Used in the following SecurityChangeTypes: RenameToken

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property RenameWillCopy As Boolean
public bool RenameWillCopy { get; set; }
public:
property bool RenameWillCopy {
    bool get ();
    void set (bool value);
}
member RenameWillCopy : bool with get, set
function get RenameWillCopy () : boolean 
function set RenameWillCopy (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

SecurityChangedNotification Class

Microsoft.TeamFoundation.Framework.Server Namespace