ComputerUserUnixProfiles
The ComputerUserUnixProfiles
class manages a collection of UserUnixProfile
objects that represent computer users.
Syntax
public interface IComputerUserUnixProfiles : IUserUnixProfiles
Methods
The ComputerUserUnixProfiles
class provides the following methods:
Method | Description |
---|---|
Find | Finds the user added to the specified computer. |
GetEnumerator | Returns the enumeration of user profiles. (Inherited from UserUnixProfiles.) |
Refresh | Reloads the cached user UNIX profiles. (Inherited from UserUnixProfiles.) |
Properties
The ComputerUserUnixProfiles class provides the following properties:
Property | Description |
---|---|
Count | Gets the number of UserUnixProfile objects in this collection. (Inherited from UserUnixProfiles.) |
IsEmpty | Determines whether the collection is empty. (Inherited from UserUnixProfiles.) |