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

'宣言
Public ReadOnly Property EffectiveDeny As Integer
    Get
public int EffectiveDeny { get; }
public:
property int EffectiveDeny {
    int get ();
}
member EffectiveDeny : int
function get EffectiveDeny () : int

Property Value

Type: System.Int32
The set of effective deny permissions.

.NET Framework Security

See Also

Reference

AceExtendedInformation Class

Microsoft.TeamFoundation.Framework.Client Namespace