ResourcePlanDataSet.PlanResourcesRow.RES_HYPERLINK_ADDRESS property
Gets or sets the URL hyperlink that is associated with the resource.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_HYPERLINK_ADDRESS As String
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As String
value = instance.RES_HYPERLINK_ADDRESS
instance.RES_HYPERLINK_ADDRESS = value
public string RES_HYPERLINK_ADDRESS { get; set; }
Property value
Type: System.String
A string that contains a hyperlink address.
Remarks
The specified URL could include examples such as a scheduling site for a conference room or other shared resource.
See also
Reference
ResourcePlanDataSet.PlanResourcesRow class