AccessControlEntry.ExtendedInfo Property
This value, when set, reports the inherited and effective information for the associated descriptor. This value is only set on [AccessControlEntries] returned by the [QueryAccessControlList] call when its includeExtendedInfo parameter is set to true.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property ExtendedInfo As AceExtendedInformation
public AceExtendedInformation ExtendedInfo { get; internal set; }
public:
property AceExtendedInformation^ ExtendedInfo {
AceExtendedInformation^ get ();
internal: void set (AceExtendedInformation^ value);
}
member ExtendedInfo : AceExtendedInformation with get, internal set
function get ExtendedInfo () : AceExtendedInformation
internal function set ExtendedInfo (value : AceExtendedInformation)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.AceExtendedInformation
Returns AceExtendedInformation.
.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.