다음을 통해 공유


AccessControlEntry.ExtendedInfo Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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.Server.AceExtendedInformation

.NET Framework Security

See Also

Reference

AccessControlEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace