ResourceInfo Constructor (Guid, String, String)
Applies To: Dynamics CRM 2015
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:
ResourceInfo(
Guid id,
String^ entityName,
String^ name
)
new :
id:Guid *
entityName:string *
name:string -> ResourceInfo
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
© 2016 Microsoft. All rights reserved. Copyright