Share via


TimesheetDataSet.CustomFieldsRow.MD_PROP_UID Property

Specifies a unique identifier for this custom field definition.

Namespace:  [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl

Syntax

'Declaration
Public Property MD_PROP_UID As Guid
    Get
    Set
'Usage
Dim instance As TimesheetDataSet.CustomFieldsRow
Dim value As Guid

value = instance.MD_PROP_UID

instance.MD_PROP_UID = value
public Guid MD_PROP_UID { get; set; }

Property Value

Type: System.Guid

Remarks

Custom field definitions are found in the [CustomFields Web service] namespace.

Note

MD_PROP_UID corresponds to the MD_PROP_ID_SECONDARY property; it does not correspond to the MD_PROP_ID property.

See Also

Reference

TimesheetDataSet.CustomFieldsRow Class

TimesheetDataSet.CustomFieldsRow Members

TimeSheet Web Service