TaskCreationInformation.Notes 属性
获取或设置有关任务的备注。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public Property Notes As String
Get
Set
用法
Dim instance As TaskCreationInformation
Dim value As String
value = instance.Notes
instance.Notes = value
[RemoteAttribute]
public string Notes { get; set; }
属性值
类型:System.String
一个对象,包含有关任务的备注。