ShopItemCategoryDescriptions Property |
Gets or sets the descriptions.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public IDictionary<Guid, string> Descriptions { get; set; }
Public Property Descriptions As IDictionary(Of Guid, String)
Get
Set
public:
property IDictionary<Guid, String^>^ Descriptions {
IDictionary<Guid, String^>^ get ();
void set (IDictionary<Guid, String^>^ value);
}
member Descriptions : IDictionary<Guid, string> with get, set
Property Value
Type:
IDictionaryGuid,
StringThe descriptions.
See Also