Share via


ResourcePlanDataSet.PlanResourcesRow.RES_HYPERLINK_SUB_ADDRESS property

Gets or sets the anchor portion of the URI of the hyperlink that is associated with this resource.

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

Syntax

'Declaration
Public Property RES_HYPERLINK_SUB_ADDRESS As String
    Get
    Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As String

value = instance.RES_HYPERLINK_SUB_ADDRESS

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

Property value

Type: System.String
A string that contains a hyperlink subaddress.

See also

Reference

ResourcePlanDataSet.PlanResourcesRow class

ResourcePlanDataSet.PlanResourcesRow members

WebSvcResourcePlan namespace