AccessControlListDetails.IncludeExtendedInfo Property

True if this ACL holds ACEs that have extended information.

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Internal)> _
Public Property IncludeExtendedInfo As Boolean
[ClientPropertyAttribute(ClientVisibility.Internal)]
public bool IncludeExtendedInfo { get; set; }
[ClientPropertyAttribute(ClientVisibility::Internal)]
public:
property bool IncludeExtendedInfo {
    bool get ();
    void set (bool value);
}
[<ClientPropertyAttribute(ClientVisibility.Internal)>]
member IncludeExtendedInfo : bool with get, set
function get IncludeExtendedInfo () : boolean 
function set IncludeExtendedInfo (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

AccessControlListDetails Class

Microsoft.TeamFoundation.Framework.Server Namespace