ProjectDataSet.AssignmentRow.ASSN_HYPERLINK_ADDRESS Property
Specifies the URL for the hyperlink associated with this assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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