AceExtendedInformation.EffectiveDeny Property
Gets the set of effective deny permissions.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property EffectiveDeny As Integer
public int EffectiveDeny { get; }
public:
property int EffectiveDeny {
int get ();
}
member EffectiveDeny : int with get
function get EffectiveDeny () : int
Property Value
Type: System.Int32
The set of effective deny permissions.
.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.