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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.