SPFarmManagedAccountCollection constructor
Initializes a new instance of the SPFarmManagedAccountCollection class.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
farm As SPFarm _
)
'Usage
Dim farm As SPFarm
Dim instance As New SPFarmManagedAccountCollection(farm)
public SPFarmManagedAccountCollection(
SPFarm farm
)
Parameters
farm
Type: Microsoft.SharePoint.Administration.SPFarmThe farm that contains the accounts.
See also
Reference
SPFarmManagedAccountCollection class