CustomMonitoringEvent.User Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns a String that contains the name of the user that inserted the event.
- Attributes