ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow.MD_PROP_UID Property

Specifies the unique identifier of the custom field definition to which this custom field resolves.

Namespace:  WebSvcResource
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property MD_PROP_UID As Guid
    Get
    Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow
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 WebSvcCustomFields namespace.

NoteNote

MD_PROP_UID corresponds to the MD_PROP_ID_SECONDARY property, not the MD_PROP_ID property, because this is an assignment custom field.

See Also

Reference

ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow Class

ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow Members

WebSvcResource Namespace