CustomMonitoringEvent.User Property

Definition

The user that inserted this event. Current user by default.

public:
 property System::String ^ User { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public string User { get; set; }
member this.User : string with get, set
Public Property User As String

Property Value

String

Returns a String that contains the name of the user that inserted the event.

Attributes

Applies to