AccessControlEntryExtendedData.InheritedAllow Property

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)

Syntax

‘선언
Public Property InheritedAllow As Integer
    Get
    Set
public int InheritedAllow { get; set; }
public:
property int InheritedAllow {
    int get ();
    void set (int value);
}
member InheritedAllow : int with get, set
function get InheritedAllow () : int
function set InheritedAllow (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

AccessControlEntryExtendedData Class

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace