ValidateProbeOutput Class
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.
Output of the validate probe API.
public class ValidateProbeOutput
type ValidateProbeOutput = class
Public Class ValidateProbeOutput
- Inheritance
-
ValidateProbeOutput
Constructors
ValidateProbeOutput() |
Initializes a new instance of the ValidateProbeOutput class. |
ValidateProbeOutput(Nullable<Boolean>, String, String) |
Initializes a new instance of the ValidateProbeOutput class. |
Properties
ErrorCode |
Gets specifies the error code when the probe url is not accepted. |
IsValid |
Gets indicates whether the probe URL is accepted or not. |
Message |
Gets the detailed error message describing why the probe URL is not accepted. |