ResourceBaseEntityResourceProductId Property
|
Id of related Resource Product configuration
Namespace:
Aruba.Cloud.Provisioning.Entities.PrivateCloud
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public int ResourceProductId { get; set; }<DataMemberAttribute>
Public Property ResourceProductId As Integer
Get
Set
public:
[DataMemberAttribute]
property int ResourceProductId {
int get ();
void set (int value);
}[<DataMemberAttribute>]
member ResourceProductId : int with get, set
function get ResourceProductId () : int
function set ResourceProductId (value : int)
Property Value
Type:
Int32
See Also