This documentation is archived and is not being maintained.

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)

public:
property AceExtendedInformation^ ExtendedInfo {
	AceExtendedInformation^ get ();
	void set (AceExtendedInformation^ value);
}

Property Value

Type: Microsoft.TeamFoundation.Framework.Client::AceExtendedInformation
The extended information that is associated with this AccessControlEntry instance.

This property contains information only for AccessControlEntries that are returned by the QueryAccessControlList method when the “includeExtendedInfo” is true.

Show: