ProjectPropertyValues.TextValue-Eigenschaft
Dient zum Abrufen oder Festlegen des Werts einer Eigenschaft Text.
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; }
Eigenschaftswert
Typ: System.String
Ein String-Wert.