RequestRequestControl Property |
Request Control - Used to alter normal processing of a Request.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic string RequestControl { get; set; }
Public Property RequestControl As String
Get
Set
public:
property String^ RequestControl {
String^ get ();
void set (String^ value);
}
member RequestControl : string with get, set
Property Value
Type:
String
See Also