Share via


AceExtendedInformation.InheritedAllow 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 InheritedAllow As Integer
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public int InheritedAllow { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property int InheritedAllow {
    int get ();
    void set (int value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
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

AceExtendedInformation Class

Microsoft.VisualStudio.Services.Security Namespace