AccessControlEntryExtendedData.EffectiveDeny Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Declaración
Public Property EffectiveDeny As Integer
Get
Set
public int EffectiveDeny { get; set; }
public:
property int EffectiveDeny {
int get ();
void set (int value);
}
member EffectiveDeny : int with get, set
function get EffectiveDeny () : int
function set EffectiveDeny (value : int)
Property Value
Type: System.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.