ResourceInfo Constructors
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.
Overloads
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. |
ResourceInfo()
Initializes a new instance of the ResourceInfo class.
public:
ResourceInfo();
public ResourceInfo ();
Public Sub New ()
Applies to
ResourceInfo(Guid, String, String)
Initializes a new instance of the ResourceInfo class that sets the ID, entity name, and display name.
public:
ResourceInfo(Guid id, System::String ^ entityName, System::String ^ name);
public ResourceInfo (Guid id, string entityName, string name);
new Microsoft.Crm.Sdk.Messages.ResourceInfo : Guid * string * string -> Microsoft.Crm.Sdk.Messages.ResourceInfo
Public Sub New (id As Guid, entityName As String, name As String)
Parameters
- id
- Guid
The ID of the record that has a scheduling problem.
- entityName
- String
The logical name of the entity.
- name
- String
The display name for the resource.