Resource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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