Share via


AccessControlEntryDetails.ExtendedInformation Property

Replicated in this class so that we can have an internal setter in the base class.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property ExtendedInformation As AceExtendedInformation
[ClientPropertyAttribute(ClientVisibility.Private)]
public AceExtendedInformation ExtendedInformation { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property AceExtendedInformation^ ExtendedInformation {
    AceExtendedInformation^ get ();
    void set (AceExtendedInformation^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member ExtendedInformation : AceExtendedInformation with get, set
function get ExtendedInformation () : AceExtendedInformation 
function set ExtendedInformation (value : AceExtendedInformation)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.AceExtendedInformation
Returns AceExtendedInformation.

.NET Framework Security

See Also

Reference

AccessControlEntryDetails Class

Microsoft.TeamFoundation.Framework.Server Namespace