다음을 통해 공유


ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow.ASSN_UID property

Gets or sets the assignment GUID for a custom field.

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

Syntax

'Declaration
Public Property ASSN_UID As Guid
    Get
    Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow
Dim value As Guid

value = instance.ASSN_UID

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

Property value

Type: System.Guid

Remarks

Identifies the ResourceAssignmentDataSet.ResourceAssignmentRow object to which this custom field value applies.

See also

Reference

ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow class

ResourceAssignmentDataSet.ResourceAssignmentCustomFieldsRow members

WebSvcResource namespace