UserOfferProductId Property
|
ProductId of the offer (it can be ProducId or OfferingProductId)
Namespace:
Aruba.Cloud.Common.Entities
Assembly:
Aruba.Cloud.Common (in Aruba.Cloud.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public int ProductId { get; set; }<DataMemberAttribute>
Public Property ProductId As Integer
Get
Set
public:
[DataMemberAttribute]
property int ProductId {
int get ();
void set (int value);
}[<DataMemberAttribute>]
member ProductId : int with get, set
function get ProductId () : int
function set ProductId (value : int)
Property Value
Type:
Int32
See Also