ResponseCode.MinimumResponseCode 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.
Minimum valid response code. Can be used to validate ranges of response codes. (100)
public: int MinimumResponseCode = 100;
public const int MinimumResponseCode = 100;
val mutable MinimumResponseCode : int
Public Const MinimumResponseCode As Integer = 100