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

'宣言
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

See Also

Reference

AccessControlEntry Class

Microsoft.TeamFoundation.Framework.Client Namespace