ProjectTaskResourceResourceInstance Property |
The concrete resource instance, which should be used. null when no specific resource instance is required. [Filter(multi eq)]
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