ResponseCode.Forbidden 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.
Forbidden. The request should not be repeated. (403)
public: int Forbidden = 403;
public const int Forbidden = 403;
val mutable Forbidden : int
Public Const Forbidden As Integer = 403