ProjectPropertyValues.TextValue property
Gets or sets the value of a text property.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property TextValue As String
Get
Set
'Usage
Dim instance As ProjectPropertyValues
Dim value As String
value = instance.TextValue
instance.TextValue = value
[DataMemberAttribute]
public string TextValue { get; set; }
Property value
Type: System.String
A string value.