RoleContext.IsExecutionRole Property

Definition

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

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

Property Value

true if this context is for a diagnostic data adapter that is configured for the execution role; otherwise, false.

Applies to