Gets or sets the tags.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public List<string> Tags { get; set; }
Public Property Tags As List(Of String)
Get
Set
public:
property List<String^>^ Tags {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Tags : List<string> with get, set
Property Value
Type:
ListStringThe item tags.
See Also