SPFarmManagedAccountCollection members
Represents the collection of managed accounts in the farm.
The SPFarmManagedAccountCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFarmManagedAccountCollection | Initializes a new instance of the SPFarmManagedAccountCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of the accounts in the collection. | |
IsReadOnly | Gets a value that indicates whether the collection is read-only. | |
Item | Gets the SPManagedAccount object that matches the user name. |
Top
Methods
Name | Description | |
---|---|---|
Add | This member is reserved for internal use and is not intended to be used directly from your code. | |
Clear | This member is reserved for internal use and is not intended to be used directly from your code. | |
Contains | Determines whether the collection contains the specified managed account. | |
CopyTo | Copies the items in the collection into an array beginning at a specified start index in the array. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindOrCreateAccount | Finds a managed account with specified user name or creates one if the managed account does not exist. | |
GetEnumerator | Gets an enumerator for the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | This member is reserved for internal use and is not intended to be used directly from your code. | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Gets an enumerator that iterates through the collection. |
Top