ProjectPropertyValues.TextValue 属性
获取或设置一个 text 属性的值。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property TextValue As String
Get
Set
用法
Dim instance As ProjectPropertyValues
Dim value As String
value = instance.TextValue
instance.TextValue = value
[DataMemberAttribute]
public string TextValue { get; set; }
属性值
类型:System.String
一个字符串值。