UpdateProjectProperty.CodePropertyValue 属性
获取或设置代码属性,例如,一个查找表中的选定内容的 GUID。
命名空间: Microsoft.Office.Project.Server.Workflow
程序集: Microsoft.Office.Project.Server.Workflow(位于 Microsoft.Office.Project.Server.Workflow.dll 中)
语法
声明
<BrowsableAttribute(True)> _
Public Property CodePropertyValue As Guid
Get
Set
用法
Dim instance As UpdateProjectProperty
Dim value As Guid
value = instance.CodePropertyValue
instance.CodePropertyValue = value
[BrowsableAttribute(true)]
public Guid CodePropertyValue { get; set; }
属性值
类型:System.Guid
代码属性值的 GUID。
备注
如果指定的项目属性的代码值, CodePropertyValue是用于更新的值。如果指定的属性不是代码值, CodePropertyValue将被忽略。