UpdateProjectProperty.TextPropertyValue 屬性
命名空間: Microsoft.Office.Project.Server.Workflow
組件: Microsoft.Office.Project.Server.Workflow (在 Microsoft.Office.Project.Server.Workflow.dll 中)
語法
'宣告
<BrowsableAttribute(True)> _
Public Property TextPropertyValue As String
Get
Set
'用途
Dim instance As UpdateProjectProperty
Dim value As String
value = instance.TextPropertyValue
instance.TextPropertyValue = value
[BrowsableAttribute(true)]
public string TextPropertyValue { get; set; }
屬性值
類型:System.String
包含文字的屬性值的字串。
備註
如果PropertyName或MdPropUid所指定的專案屬性是文字值, TextPropertyValue是用於更新的文字。如果指定的屬性不是文字值,則會忽略TextPropertyValue 。