WorkReportResourceResourceInstance Property |
The concrete resource instance used. null when no concrete resource was used or there is no data whether concrete resource was used. [Filter(multi eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ResourceInstance ResourceInstance { get; set; }
Public Property ResourceInstance As ResourceInstance
Get
Set
public:
property ResourceInstance^ ResourceInstance {
ResourceInstance^ get ();
void set (ResourceInstance^ value);
}
member ResourceInstance : ResourceInstance with get, set
Property Value
Type:
ResourceInstance
See Also