Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.