OrderCustomAttributes Property |
Gets or sets the custom attributes.
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<OrderCustomAttribute> CustomAttributes { get; set; }
Public Property CustomAttributes As List(Of OrderCustomAttribute)
Get
Set
public:
property List<OrderCustomAttribute^>^ CustomAttributes {
List<OrderCustomAttribute^>^ get ();
void set (List<OrderCustomAttribute^>^ value);
}
member CustomAttributes : List<OrderCustomAttribute> with get, set
Property Value
Type:
ListOrderCustomAttributeThe custom attributes.
See Also