AceExtendedInformation.InheritedAllow Property

Gets the set of inherited allow permissions.

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

Syntax

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

Property Value

Type: System.Int32
The set of inherited allow permissions, or 0 if no inherited permissions occurred.

.NET Framework Security

See Also

Reference

AceExtendedInformation Class

Microsoft.TeamFoundation.Framework.Client Namespace