CrmOrganizationServiceContext.IUpdatable.CreateResource Method (String, String)

 

Applies To: Dynamics CRM 2015

Namespace:   Microsoft.Xrm.Client
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

object IUpdatable.CreateResource(
    string containerName,
    string fullTypeName
)
private:
virtual Object^ CreateResource(
    String^ containerName,
    String^ fullTypeName
) sealed = IUpdatable::CreateResource
private abstract CreateResource : 
        containerName:string *
        fullTypeName:string -> Object
private override CreateResource : 
        containerName:string *
        fullTypeName:string -> Object
Private Function CreateResource (
    containerName As String,
    fullTypeName As String
) As Object
    Implements IUpdatable.CreateResource

Parameters

Return Value

Type: System.Object

Type: Object
.

Implements

IUpdatable.CreateResource(String, String)

See Also

CrmOrganizationServiceContext Class
Microsoft.Xrm.Client Namespace
Developer extensions context object model (Dynamics CRM 2015)

Return to top

© 2017 Microsoft. All rights reserved. Copyright