TimesheetDataSet.CustomFieldsRow.MD_PROP_ID Property
Specifies an integer formatted unique identifier for this custom field definition.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property MD_PROP_ID As Integer
Get
Set
'Usage
Dim instance As TimesheetDataSet.CustomFieldsRow
Dim value As Integer
value = instance.MD_PROP_ID
instance.MD_PROP_ID = value
public int MD_PROP_ID { get; set; }
Property Value
Type: System.Int32
See Also
Reference
TimesheetDataSet.CustomFieldsRow Class