Share via


DiagnosticsSettings.User Property

Definition

Gets the User associated with this instance of diagnostics settings.

public:
 property User ^ User { User ^ get(); };
User User();
public User User { get; }
var user = diagnosticsSettings.user;
Public ReadOnly Property User As User

Property Value

The user associated with this instance of diagnostics settings.

Applies to