ReceiveConnector.Bindings property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property Bindings As MultiValuedProperty(Of IPBinding)
Get
Set
'Usage
Dim instance As ReceiveConnector
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.Data.Directory.SystemConfiguration namespace