ClientProtocol.IsEnabled Property

Definition

Gets or sets the Boolean property that specifies whether the client network protocol is enabled or disabled.

public:
 property bool IsEnabled { bool get(); void set(bool value); };
public bool IsEnabled { get; set; }
member this.IsEnabled : bool with get, set
Public Property IsEnabled As Boolean

Property Value

A Boolean value that specifies whether the client network protocol is enabled or disabled.

If True, the client network protocol is enabled.

If False (default), the client network protocol is disabled.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to