SmartCardAppletIdGroupRegistration.SetPropertiesAsync(ValueSet) Method

Definition

Asynchronously sets the value of SmartCardAppletIdGroup.Properties.

public:
 virtual IAsyncAction ^ SetPropertiesAsync(ValueSet ^ props) = SetPropertiesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetPropertiesAsync(ValueSet const& props);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetPropertiesAsync(ValueSet props);
function setPropertiesAsync(props)
Public Function SetPropertiesAsync (props As ValueSet) As IAsyncAction

Parameters

props
ValueSet

A ValueSet containing a (generic) property bag for a smartcard.

Returns

An asynchronous property-setting action, which completes when the properties have been set.

Attributes

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v6.0)

Applies to