SecurityChangedNotification.Merge Property

True if the permissions should be merged, false if they should be overwritten.

Used in the following SecurityChangeTypes: SetPermissions

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

Syntax

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

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

SecurityChangedNotification Class

Microsoft.TeamFoundation.Framework.Server Namespace