RestApiServerVariable.ArgumentName Property
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 variable argument name. If provided, the argument name will be used to search for the corresponding variable value in function arguments. If no property value is found using the argument name, the original name represented by the Variables dictionary key will be used for the search instead.
public string? ArgumentName { get; set; }
member this.ArgumentName : string with get, set
Public Property ArgumentName As String