IWsCommonGetSurveyOptions Method
|
This method retrieves the list of user survey options
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<List<SurveyOption>> GetSurveyOptions(
string Reason,
string Language
)
<RBACAllowAttribute>
<OperationContractAttribute>
Function GetSurveyOptions (
Reason As String,
Language As String
) As WsResult(Of List(Of SurveyOption))
[RBACAllowAttribute]
[OperationContractAttribute]
WsResult<List<SurveyOption^>^>^ GetSurveyOptions(
String^ Reason,
String^ Language
)
[<RBACAllowAttribute>]
[<OperationContractAttribute>]
abstract GetSurveyOptions :
Reason : string *
Language : string -> WsResult<List<SurveyOption>>
function GetSurveyOptions(
Reason : String,
Language : String
) : WsResult<List<SurveyOption>>
Parameters
- Reason
- Type: SystemString
- Language
- Type: SystemString
Return Value
Type:
WsResultListSurveyOption
See Also