WebAccountManager.UpdateWebAccountPropertiesAsync Method
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.
Updates the properties of a web account asynchronously.
public:
static IAsyncAction ^ UpdateWebAccountPropertiesAsync(WebAccount ^ webAccount, Platform::String ^ webAccountUserName, IMapView<Platform::String ^, Platform::String ^> ^ additionalProperties);
static IAsyncAction UpdateWebAccountPropertiesAsync(WebAccount const& webAccount, winrt::hstring const& webAccountUserName, IMapView<winrt::hstring, winrt::hstring const&> const& additionalProperties);
public static IAsyncAction UpdateWebAccountPropertiesAsync(WebAccount webAccount, string webAccountUserName, IReadOnlyDictionary<string,string> additionalProperties);
function updateWebAccountPropertiesAsync(webAccount, webAccountUserName, additionalProperties)
Public Shared Function UpdateWebAccountPropertiesAsync (webAccount As WebAccount, webAccountUserName As String, additionalProperties As IReadOnlyDictionary(Of String, String)) As IAsyncAction
Parameters
- webAccount
- WebAccount
The web account to update.
- webAccountUserName
-
String
Platform::String
winrt::hstring
The username to update.
- additionalProperties
-
IMapView<Platform::String,Platform::String>
IMapView<winrt::hstring,winrt::hstring>
The properties to update.
Returns
This method does not return a value.