EventsDataSet.EventRow.SourceName property
Gets the name of the source of an event.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property SourceName As String
Get
Set
'Usage
Dim instance As EventsDataSet.EventRow
Dim value As String
value = instance.SourceName
instance.SourceName = value
public string SourceName { get; set; }
Property value
Type: System.String