task.isbilled Field
Specifies whether the task was billed as part of resolving a case.
Syntax
[Visual Basic .NET]
Public Field isbilled As CrmBoolean
[C#]
public CrmBoolean isbilled;
[JScript]
public var isbilled : CrmBoolean;
Remarks
Represents a field of type CrmBoolean.
The following table contains additional information about this attribute:
Platform required | No |
Application requirement level | No Constraint |
Valid for create | Yes |
Valid for retrieve | Yes |
Valid for update | Yes |
Display strings | No Yes |
Default value | No |
See Also