EventsDataSet.EventRow.SourceName Property
Namespace: WebSvcEvents
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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