다음을 통해 공유


AceExtendedInformation.EffectiveAllow Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

‘선언
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property EffectiveAllow As Integer
    Get
    Set
[ClientPropertyAttribute(ClientVisibility.Private)]
public int EffectiveAllow { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property int EffectiveAllow {
    int get ();
    void set (int value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member EffectiveAllow : int with get, set
function get EffectiveAllow () : int
function set EffectiveAllow (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

AceExtendedInformation Class

Microsoft.TeamFoundation.Framework.Server Namespace