UpgradeGroupMemberItemId Property |
Gets or sets the item id.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public Guid ItemId { get; set; }
Public Property ItemId As Guid
Get
Set
public:
property Guid ItemId {
Guid get ();
void set (Guid value);
}
member ItemId : Guid with get, set
Property Value
Type:
GuidThe item id.
See Also