ProjectDataSet.AssignmentRow.AssignmentHyperlinkHref Property
Gets the assignment hyperlink.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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