NewReceiveConnector.Bindings property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property Bindings As MultiValuedProperty(Of IPBinding)
Get
Set
'Usage
Dim instance As NewReceiveConnector
Dim value As MultiValuedProperty(Of IPBinding)
value = instance.Bindings
instance.Bindings = value
public MultiValuedProperty<IPBinding> Bindings { get; set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<IPBinding>
See also
Reference
Microsoft.Exchange.Management.SystemConfigurationTasks namespace