Share via


AccessControlEntry.ExtendedInfo Property

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

.NET Framework Security

See Also

Reference

AccessControlEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace