Share via


IManagementContext.IsLocalConnection Property

Definition

Gets a value indicating whether the connection is local.

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

Property Value

true if the connection is local; otherwise, false.

Remarks

This property should return false if the module provider and module service are running remotely.

Applies to