public FromRequestScopePropertySet InitialSupportScopeProperties() { return(new FromRequestScopePropertySet( ScopeProperty.FromConstant("operationName", "Add TODO item"), ScopeProperty.TraceIdentifierAs("requestId"))); }
set => SetValue(ScopeProperty, value);
public FromRequestScopePropertySet AdditionalPostValidationSupportScopeProperties() { return(new FromRequestScopePropertySet( ScopeProperty.FromQuery(HttpRequestParameterNames.CustomerId))); }