ProjectDataSet.AssignmentRow.ASSN_HYPERLINK_ADDRESS Property
Specifies the URL for the hyperlink that is associated with this assignment.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Property ASSN_HYPERLINK_ADDRESS As String
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As String
value = instance.ASSN_HYPERLINK_ADDRESS
instance.ASSN_HYPERLINK_ADDRESS = value
public string ASSN_HYPERLINK_ADDRESS { get; set; }
Property Value
Type: System.String
Remarks
Read-only.
Note
ASSN_HYPERLINK_ADDRESS does not contain any anchor or what would be called ASSN_HYPERLINK_SUB_ADDRESS. There is no ASSN_HYPERLINK_SUB_ADDRESS.
See Also
Reference
ProjectDataSet.AssignmentRow Class