Application.RemoveResource Method

Definition

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

Applies to