EventsDataSet.EventRow.SourceName 属性

获取事件的源的名称。

命名空间:  WebSvcEvents
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Property SourceName As String
    Get
    Set
用法
Dim instance As EventsDataSet.EventRow
Dim value As String

value = instance.SourceName

instance.SourceName = value
public string SourceName { get; set; }

属性值

类型:System.String

另请参阅

引用

EventsDataSet.EventRow 类

EventsDataSet.EventRow 成员

WebSvcEvents 命名空间