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: WebSvcProject
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
See also
Reference
ProjectDataSet.ProjectResourceRow class