| C# | Visual Basic | Visual C++ |
public class User
Public Class User
public ref class User
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| User()()() | ||
| BirthDate | ||
| Contact |
User's contact information
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| FullName |
The user's full name.
| |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| HireDate |
User's date of hire
| |
| Id |
The ID number for this object. Note that IDs are not unique across all object types:
there may be a user and tag with the same numerical ID.
| |
| JobTitle |
User's job title
| |
| Location |
User location
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MugshotUrl |
The URL of this user's picture.
| |
| Name |
The username of this user.
| |
| NetworkId |
The network id of the user
| |
| NetworkName |
The network name of the user
| |
| Stats |
User's stats
| |
| ToString()()() | (Inherited from Object.) | |
| Type |
The object type.
| |
| Url |
The API resource for fetching this object.
| |
| WebUrl |
The URL for viewing this object on the main Yammer website.
|
| Object | |
| User | |