Binding.IsIPPortHostBinding Property

Definition

Gets a value indicating whether the binding is bound to an IP port.

public:
 property bool IsIPPortHostBinding { bool get(); };
public bool IsIPPortHostBinding { get; }
member this.IsIPPortHostBinding : bool
Public ReadOnly Property IsIPPortHostBinding As Boolean

Property Value

true if the binding is bound to an IP port; otherwise, false.

Examples

The following example demonstrates the IsIPPortHostBinding property. This code example is part of a larger example provided for the Binding Class.

bindingdisplay = bindingdisplay + "\n   IsIPPortHostBinding: " + binding.IsIPPortHostBinding;

Applies to