IWsCommonGetUserCreditProjection Method
|
This method retrieves credit projection data
Namespace:
Aruba.Cloud.WsCommon
Assembly:
Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[RBACAllowAttribute]
[OperationContractAttribute]
WsResult<UserCreditProjection> GetUserCreditProjection()
<RBACAllowAttribute>
<OperationContractAttribute>
Function GetUserCreditProjection As WsResult(Of UserCreditProjection)
[RBACAllowAttribute]
[OperationContractAttribute]
WsResult<UserCreditProjection^>^ GetUserCreditProjection()
[<RBACAllowAttribute>]
[<OperationContractAttribute>]
abstract GetUserCreditProjection : unit -> WsResult<UserCreditProjection>
function GetUserCreditProjection() : WsResult<UserCreditProjection>
Return Value
Type:
WsResultUserCreditProjection
See Also