IngredientPageUpdateAutoSet Method |
Updates the automatic set.
Namespace: foodez.SharedPagesAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task UpdateAutoSet(
string autosetAmount
)
Public Function UpdateAutoSet (
autosetAmount As String
) As Task
public:
Task^ UpdateAutoSet(
String^ autosetAmount
)
member UpdateAutoSet :
autosetAmount : string -> Task
Parameters
- autosetAmount
- Type: SystemString
The autoset amount.
Return Value
Type:
Task[Missing <returns> documentation for "M:foodez.SharedPages.IngredientPage.UpdateAutoSet(System.String)"]
See Also