RestApiOperationServerVariable.IsValid(String) Method
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.
Return true if the value is valid based on the enumeration of string values to be used.
public bool IsValid (string? value);
member this.IsValid : string -> bool
Public Function IsValid (value As String) As Boolean
Parameters
- value
- String
Value to be used as a substitution.