BillingInformation property
String?
get
BillingInformation
Implementation
String? get BillingInformation =>
this.PropertyBag[TaskSchema.BillingInformation] as String?;
set
BillingInformation
(String? value)
Implementation
set BillingInformation(String? value) =>
this.PropertyBag[TaskSchema.BillingInformation] = value;