RequestRequestParameter Property |
Request Parameters - Serialized strongly typed request parameter that describes the details of an operation associated with a request.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic List<string> RequestParameter { get; set; }
Public Property RequestParameter As List(Of String)
Get
Set
public:
property List<String^>^ RequestParameter {
List<String^>^ get ();
void set (List<String^>^ value);
}
member RequestParameter : List<string> with get, set
Property Value
Type:
ListString
See Also