ResellerConfigurationCustomAttributes 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<ResellerConfigurationCustomAttribute> CustomAttributes { get; set; }
Public Property CustomAttributes As List(Of ResellerConfigurationCustomAttribute)
Get
Set
public:
property List<ResellerConfigurationCustomAttribute^>^ CustomAttributes {
List<ResellerConfigurationCustomAttribute^>^ get ();
void set (List<ResellerConfigurationCustomAttribute^>^ value);
}
member CustomAttributes : List<ResellerConfigurationCustomAttribute> with get, set
Property Value
Type:
ListResellerConfigurationCustomAttributeThe custom attributes.
See Also