Share via


ManagementPackComponentBehavior.BindingCollection Property

Definition

Gets the binding collection in the field collection template.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackPropertyBinding ^> ^ BindingCollection { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackPropertyBinding ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackPropertyBinding> BindingCollection { get; }
member this.BindingCollection : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackPropertyBinding>
Public ReadOnly Property BindingCollection As IList(Of ManagementPackPropertyBinding)

Property Value

The binding collection.

Applies to