ResourceInfo Constructor (Guid, String, String)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Initializes a new instance of the ResourceInfo class that sets the ID, entity name, and display name.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public ResourceInfo(
Guid id,
string entityName,
string name
)
Public Sub New (
id As Guid,
entityName As String,
name As String
)
Parameters
id
Type: System.GuidType: Guid. The ID of the record that has a scheduling problem.
entityName
Type: System.StringType: String. The logical name of the entity.
name
Type: System.StringType: String. The display name for the resource.
See Also
ResourceInfo Overload
ResourceInfo Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright