RestApiParameterFilterContext.Parent 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 parent object of the parameter, can be either an instance of RestApiPayload or RestApiPayloadProperty null if the parameter belongs to the operation.
public object? Parent { get; set; }
member this.Parent : obj with get, set
Public Property Parent As Object