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.Guid

    Type: Guid. The ID of the record that has a scheduling problem.

See Also

ResourceInfo Overload
ResourceInfo Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright