Event.SourceName property
Gets or sets the name of an event source.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property SourceName As String
Get
Set
'Usage
Dim instance As Event
Dim value As String
value = instance.SourceName
instance.SourceName = value
[RemoteAttribute]
public string SourceName { get; set; }
Property value
Type: System.String
The name of an event source.
Remarks
The event source is often an application that logs events.