Selerix Developer Tools
RequiredHoursWorked Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : RequiredHoursWorked Field
Is the number of hours worked required for this product? Defaults to 'false'.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public RequiredHoursWorked As InterfaceOption
'Usage
 
Dim instance As Product
Dim value As InterfaceOption
 
value = instance.RequiredHoursWorked
 
instance.RequiredHoursWorked = value
[XmlAttribute()]
[DefaultValue()]
public InterfaceOption RequiredHoursWorked
public field RequiredHoursWorked: InterfaceOption; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var RequiredHoursWorked : InterfaceOption;
[XmlAttribute()]
[DefaultValue()]
public: InterfaceOption RequiredHoursWorked
[XmlAttribute()]
[DefaultValue()]
public:
InterfaceOption RequiredHoursWorked
See Also

Reference

Product Class
Product Members