Freigeben über


ProjectPropertyValues.NumericValue-Eigenschaft

Dient zum Abrufen oder Festlegen des Werts einer Eigenschaft numerische.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property NumericValue As Decimal
    Get
    Set
'Usage
Dim instance As ProjectPropertyValues
Dim value As Decimal

value = instance.NumericValue

instance.NumericValue = value
[DataMemberAttribute]
public decimal NumericValue { get; set; }

Eigenschaftswert

Typ: System.Decimal
Ein decimal-Wert.

Siehe auch

Referenz

ProjectPropertyValues Klasse

ProjectPropertyValues-Member

Microsoft.Office.Project.Server.Library-Namespace