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

'Declaration
Public Property ExtendedInfo As AceExtendedInformation
public AceExtendedInformation ExtendedInfo { get; set; }
public:
property AceExtendedInformation^ ExtendedInfo {
    AceExtendedInformation^ get ();
    void set (AceExtendedInformation^ value);
}
member ExtendedInfo : AceExtendedInformation with get, set
function get ExtendedInfo () : AceExtendedInformation 
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

See Also

Reference

AccessControlEntry Class

Microsoft.TeamFoundation.Framework.Client Namespace