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 類別