This documentation is archived and is not being maintained.
PrincipalValueCollection(Of T) Class
Visual Studio 2008
Multi-valued properties, such as PermittedWorkstations, have a value of the type PrincipalValueCollection(Of T). This class provides methods to enumerate and manipulate those values.
Assembly: System.DirectoryServices.AccountManagement (in System.DirectoryServices.AccountManagement.dll)
'Declaration <DirectoryServicesPermissionAttribute(SecurityAction.LinkDemand, Unrestricted := True)> _ Public Class PrincipalValueCollection(Of T) _ Implements IList(Of T), ICollection(Of T), _ IEnumerable(Of T), IList, ICollection, IEnumerable 'Usage Dim instance As PrincipalValueCollection(Of T)
Type Parameters
- T
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: