ResponseCode.MaximumResponseCode Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The largest possible valid response code. Can be used for validating the range of the response codes. (699)
public: int MaximumResponseCode = 699;
public const int MaximumResponseCode = 699;
val mutable MaximumResponseCode : int
Public Const MaximumResponseCode As Integer = 699