AccessControlEntry.ExtendedInfo Property
Gets the extended information that is associated with this AccessControlEntry instance.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Déclaration
Public Property ExtendedInfo As AceExtendedInformation
Get
Friend Set
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.Client.AceExtendedInformation
The extended information that is associated with this AccessControlEntry instance.
Remarks
This property contains information only for AccessControlEntries that are returned by the QueryAccessControlList method when the “includeExtendedInfo” is true.
.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.