EventsDataSet.EventRow.SourceName property
Obtém o nome da fonte de um evento.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property SourceName As String
Get
Set
'Uso
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