ResourceInfo Class

Definition

Contains information about a resource that has a scheduling problem for an appointment.

For the Web API the corresponding type is ResourceInfo ComplexType.

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

Constructors

ResourceInfo()

Initializes a new instance of the ResourceInfo class.

ResourceInfo(Guid, String, String)

Initializes a new instance of the ResourceInfo class that sets the ID, entity name, and display name.

Properties

DisplayName

Gets or sets the display name for the resource.

EntityName

Gets or sets the logical name of the entity.

ExtensionData

Gets or sets the structure that contains extra data.

Id

Gets or sets the ID of the record that has a scheduling problem.

Applies to

See also