Resource Constructors

Definition

Overloads

Resource(String, String)
Resource(Application, String, String)

Resource(String, String)

public:
 Resource(System::String ^ resourceType, System::String ^ luid);
public Resource (string resourceType, string luid);
new Microsoft.BizTalk.ApplicationDeployment.Resource : string * string -> Microsoft.BizTalk.ApplicationDeployment.Resource
Public Sub New (resourceType As String, luid As String)

Parameters

resourceType
String
luid
String

Applies to

Resource(Application, String, String)

public:
 Resource(Microsoft::BizTalk::ApplicationDeployment::Application ^ application, System::String ^ resourceType, System::String ^ luid);
public Resource (Microsoft.BizTalk.ApplicationDeployment.Application application, string resourceType, string luid);
new Microsoft.BizTalk.ApplicationDeployment.Resource : Microsoft.BizTalk.ApplicationDeployment.Application * string * string -> Microsoft.BizTalk.ApplicationDeployment.Resource

Parameters

application
Application
resourceType
String
luid
String

Applies to