MobileBroadbandUiccAppReadRecordResult.Data Property
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.
Gets the data returned by the application record read operation. Note that if Status is not Success, this value may be invalid or empty.
public:
property IBuffer ^ Data { IBuffer ^ get(); };
IBuffer Data();
public IBuffer Data { get; }
var iBuffer = mobileBroadbandUiccAppReadRecordResult.data;
Public ReadOnly Property Data As IBuffer
Property Value
The data. Format is defined by the UICC application.
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|