Application.RemoveResource Method
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
| RemoveResource(Resource) | |
| RemoveResource(String, String) |
RemoveResource(Resource)
public:
void RemoveResource(Microsoft::BizTalk::ApplicationDeployment::Resource ^ resource);
public void RemoveResource (Microsoft.BizTalk.ApplicationDeployment.Resource resource);
member this.RemoveResource : Microsoft.BizTalk.ApplicationDeployment.Resource -> unit
Parameters
- resource
- Resource
Applies to
RemoveResource(String, String)
public:
void RemoveResource(System::String ^ resourceType, System::String ^ luid);
public void RemoveResource (string resourceType, string luid);
member this.RemoveResource : string * string -> unit
Public Sub RemoveResource (resourceType As String, luid As String)
Parameters
- resourceType
- String
- luid
- String