ResourceInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |