SecurityChangedNotification.ExplicitPermissionsToRemove Property
The permissions to remove.
Used in the following SecurityChangeTypes: RemoveExplicitPermissions
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property ExplicitPermissionsToRemove As Integer
public int ExplicitPermissionsToRemove { get; set; }
public:
property int ExplicitPermissionsToRemove {
int get ();
void set (int value);
}
member ExplicitPermissionsToRemove : int with get, set
function get ExplicitPermissionsToRemove () : int
function set ExplicitPermissionsToRemove (value : int)
Property Value
Type: System.Int32
Returns Int32.
.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.