TaskType.BillingInformation Property
The BillingInformation property gets or sets a string value that contains billing information for a task.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property BillingInformation As String
Get
Set
'Usage
Dim instance As TaskType
Dim value As String
value = instance.BillingInformation
instance.BillingInformation = value
public string BillingInformation { get; set; }
Property Value
Type: System.String
The BillingInformation property returns a string value that contains billing information for a task.
See Also