AceExtendedInformation.EffectiveAllow Property
Namespace: Microsoft.VisualStudio.Services.Security
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property EffectiveAllow As Integer
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public int EffectiveAllow { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property int EffectiveAllow {
int get ();
void set (int value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
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.