RoleContext.IsRemoteRole Property

Definition

Gets a value that indicates whether this context is for a diagnostic data adapter that is configured for a remote role.

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

Property Value

true if this context is for a diagnostic data adapter that is configured for a remote role; false if for a local role.

Applies to