Share via


AccessControlList.IncludeExtendedInfo 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 IncludeExtendedInfo As Boolean
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public bool IncludeExtendedInfo { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property bool IncludeExtendedInfo {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member IncludeExtendedInfo : bool with get, set
function get IncludeExtendedInfo () : boolean 
function set IncludeExtendedInfo (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

AccessControlList Class

Microsoft.VisualStudio.Services.Security Namespace