AccessControlEntryExtendedData.EffectiveAllow Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Declaration
Public Property EffectiveAllow As Integer
public int EffectiveAllow { get; set; }
public:
property int EffectiveAllow {
int get ();
void set (int value);
}
member EffectiveAllow : int with get, set
function get EffectiveAllow () : int
function set EffectiveAllow (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.