EventsDataSet.EventRow.SourceName Property
Gets the name of the source of an event.
Namespace: [Events Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Events.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Events.asmx?wsdl
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