ProjectPropertyValues.DateTimeValue-Eigenschaft
Dient zum Abrufen oder Festlegen des Werts einer Eigenschaft DateTime .
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property DateTimeValue As DateTime
Get
Set
'Usage
Dim instance As ProjectPropertyValues
Dim value As DateTime
value = instance.DateTimeValue
instance.DateTimeValue = value
[DataMemberAttribute]
public DateTime DateTimeValue { get; set; }
Eigenschaftswert
Typ: System.DateTime
Ein DateTime -Objekt.