DeployerComponent.WorkingSet Property

Definition

public:
 property System::Collections::Generic::List<Microsoft::BizTalk::Deployment::BizTalkAssemblyName ^> ^ WorkingSet { System::Collections::Generic::List<Microsoft::BizTalk::Deployment::BizTalkAssemblyName ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::BizTalk::Deployment::BizTalkAssemblyName ^> ^ value); };
public System.Collections.Generic.List<Microsoft.BizTalk.Deployment.BizTalkAssemblyName> WorkingSet { get; set; }
member this.WorkingSet : System.Collections.Generic.List<Microsoft.BizTalk.Deployment.BizTalkAssemblyName> with get, set
Public Property WorkingSet As List(Of BizTalkAssemblyName)

Property Value

List<BizTalkAssemblyName>

Applies to