OrganizationUserInfo Class

Definition

Contains information about a user in an organization.

public ref class OrganizationUserInfo : System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="OrganizationUserInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")]
public class OrganizationUserInfo : System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="OrganizationUserInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.Crm.Admin.AdminService")>]
type OrganizationUserInfo = class
    interface IExtensibleDataObject
Public Class OrganizationUserInfo
Implements IExtensibleDataObject
Inheritance
OrganizationUserInfo
Attributes
Implements

Constructors

OrganizationUserInfo()

Initializes a new instance of the OrganizationUserInfo class.

Properties

CalType

Gets or sets the type of client access license for the user.

DomainName

Gets or sets the domain name for the user.

ExtensionData

Gets or sets the structure that contains extra data.

FullName

Gets or sets the full name of the user.

LastAccessServer

Gets or sets the date the server was accessed by the user.

LastAccessTime

Gets or sets the time the server was accessed by the user.

Applies to

See also