ResourcePlanDataSet.PlanResourcesRow.RES_HYPERLINK_FRIENDLY_NAME property
Gets or sets the friendly name that is associated with the URL hyperlink, which is in turn associated with the specified resource.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_HYPERLINK_FRIENDLY_NAME As String
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As String
value = instance.RES_HYPERLINK_FRIENDLY_NAME
instance.RES_HYPERLINK_FRIENDLY_NAME = value
public string RES_HYPERLINK_FRIENDLY_NAME { get; set; }
Property value
Type: System.String
A string that contains a hyperlink friendly name.
See also
Reference
ResourcePlanDataSet.PlanResourcesRow class