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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.