ProjectDataSet.AssignmentRow.ASSN_HYPERLINK_ADDRESS property
Specifies the URL for the hyperlink that is associated with this assignment.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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