Share via


RestApiOperationServerVariable.IsValid(String) Method

Definition

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.

Returns

Applies to