TaskType.BillingInformation Property

Definition

The BillingInformation property gets or sets a string value that contains billing information for a task.

public:
 property System::String ^ BillingInformation { System::String ^ get(); void set(System::String ^ value); };
public string BillingInformation { get; set; }
Public Property BillingInformation As String

Property Value

The BillingInformation property returns a string value that contains billing information for a task.

Applies to