ProjectDataSet.AssignmentRow.ASSN_UID property
Specifies the unique identifier for the assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_UID As Guid
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Guid
value = instance.ASSN_UID
instance.ASSN_UID = value
public Guid ASSN_UID { get; set; }
Property value
Type: System.Guid
Remarks
This property is read/write on assignment creation and read-only after assignment creation.
See also
Reference
ProjectDataSet.AssignmentRow class