Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the resource has OLE objects that are linked fields.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_HAS_LINKED_FIELDS As Boolean
Get
Set
'Usage
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; }
Property value
Type: System.Boolean
true when there is an OLE object linked to one or more of the resource fields; false when there are no OLE object links to resource fields.
See also
Reference
ProjectDataSet.ProjectResourceRow class