StatusSubmitPostEventArgs.Comment 属性
获取要发送的状态提交的注释。
命名空间: Microsoft.Office.Project.Server.Events
程序集: Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)
语法
声明
Public ReadOnly Property Comment As String
Get
用法
Dim instance As StatusSubmitPostEventArgs
Dim value As String
value = instance.Comment
public string Comment { get; }