ProjectDataSet.ProjectResourceRow.RES_HAS_LINKED_FIELDS - Propriété
Indique si la ressource possède des objets OLE sont des champs liés.
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property RES_HAS_LINKED_FIELDS As Boolean
Get
Set
'Utilisation
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Boolean
value = instance.RES_HAS_LINKED_FIELDS
instance.RES_HAS_LINKED_FIELDS = value
public bool RES_HAS_LINKED_FIELDS { get; set; }
Valeur de propriété
Type : System.Boolean
Voir aussi
Référence
ProjectDataSet.ProjectResourceRow classe