EventHandlersDataSet.EventHandlersRow.Description 属性
获取或设置事件处理程序的说明。
命名空间: WebSvcEvents
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property Description As String
Get
Set
用法
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
属性值
类型:System.String
事件处理程序的说明。
备注
可选项。
另请参阅
引用
EventHandlersDataSet.EventHandlersRow 类