ResponseCode.MovedPermanently 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 user is no longer available. (301)
public: int MovedPermanently = 301;
public const int MovedPermanently = 301;
val mutable MovedPermanently : int
Public Const MovedPermanently As Integer = 301