StatusingDataSet.ResourceCustomFieldsRow.NUM_VALUE property
如果FIELD_TYPE_ENUM屬性設定為 [輸入NUMBER,請指定自訂欄位的欄位值。
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property NUM_VALUE As Decimal
Get
Set
'用途
Dim instance As StatusingDataSet.ResourceCustomFieldsRow
Dim value As Decimal
value = instance.NUM_VALUE
instance.NUM_VALUE = value
public decimal NUM_VALUE { get; set; }
Property value
Type: System.Decimal
請參閱
參照
StatusingDataSet.ResourceCustomFieldsRow class