ResourcePlanDataSet.PlanResourcesRow.RES_HYPERLINK_SUB_ADDRESS - Propriété
Obtient ou définit la partie d'ancrage de l'URI du lien hypertexte qui est associé à cette ressource.
Espace de noms : WebSvcResourcePlan
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property RES_HYPERLINK_SUB_ADDRESS As String
Get
Set
'Utilisation
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; }
Valeur de propriété
Type : System.String
Chaîne qui contient une sous-adresse du lien hypertexte.
Voir aussi
Référence
ResourcePlanDataSet.PlanResourcesRow classe