OrganizationResources Class

Definition

Contains data regarding the resources used by an organization.

For the Web API the corresponding type is OrganizationResources ComplexType.

public ref class OrganizationResources sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class OrganizationResources : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type OrganizationResources = class
    interface IExtensibleDataObject
Public NotInheritable Class OrganizationResources
Implements IExtensibleDataObject
Inheritance
OrganizationResources
Attributes
Implements

Constructors

OrganizationResources()

Initializes a new instance of the OrganizationResources class.

Properties

CurrentNumberOfActiveUsers

Gets the current number of active users.

CurrentNumberOfCustomEntities

Gets the current number of custom entities.

CurrentNumberOfNonInteractiveUsers

Gets the current number of non-interactive users.

CurrentNumberOfPublishedWorkflows

Gets the current number of published workflows.

CurrentStorage

Gets the current storage used by the organization.

ExtensionData

Gets or sets the structure that contains extra data.

MaxNumberOfActiveUsers

Gets the maximum number of active users.

MaxNumberOfCustomEntities

Gets the maximum number of custom entities.

MaxNumberOfNonInteractiveUsers

Gets the maximum number of non-interactive users.

MaxNumberOfPublishedWorkflows

Gets the maximum number of published workflows.

MaxStorage

Gets the maximum storage allowed for the organization.

Applies to

See also