BindingParameters.BindingItems Property
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.
public:
property Microsoft::BizTalk::Deployment::Binding::BindingParameters::BindingItemTypes BindingItems { Microsoft::BizTalk::Deployment::Binding::BindingParameters::BindingItemTypes get(); void set(Microsoft::BizTalk::Deployment::Binding::BindingParameters::BindingItemTypes value); };
public Microsoft.BizTalk.Deployment.Binding.BindingParameters.BindingItemTypes BindingItems { get; set; }
member this.BindingItems : Microsoft.BizTalk.Deployment.Binding.BindingParameters.BindingItemTypes with get, set
Public Property BindingItems As BindingParameters.BindingItemTypes