SmartCardAppletIdGroupRegistration.SetPropertiesAsync(ValueSet) 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.
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
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)
|