ProjectDataSet.AssignmentRow.AssignmentHyperlinkHref property

Gets the assignment hyperlink.

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

Syntax

'Declaration
Public Property AssignmentHyperlinkHref As String
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As String

value = instance.AssignmentHyperlinkHref

instance.AssignmentHyperlinkHref = value
public string AssignmentHyperlinkHref { get; set; }

Property value

Type: System.String

Remarks

Read-only.

See also

Reference

ProjectDataSet.AssignmentRow class

ProjectDataSet.AssignmentRow members

WebSvcProject namespace