EnqueueModifyPlanJelasticAccountRequestToManage Property
|
Namespace:
Aruba.Cloud.WsJelastic.Requests
Assembly:
WsJelastic (in WsJelastic.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public JelasticAccountToManage ToManage { get; set; }<DataMemberAttribute>
Public Property ToManage As JelasticAccountToManage
Get
Set
public:
[DataMemberAttribute]
property JelasticAccountToManage^ ToManage {
JelasticAccountToManage^ get ();
void set (JelasticAccountToManage^ value);
}[<DataMemberAttribute>]
member ToManage : JelasticAccountToManage with get, set
function get ToManage () : JelasticAccountToManage
function set ToManage (value : JelasticAccountToManage)
Property Value
Type:
JelasticAccountToManage
See Also