MobileBroadbandUiccAppRecordDetailsResult Class
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.
Contains details about results of a UICC application record read operation initiated with MobileBroadbandUiccAppClass.GetRecordDetailsAsync.
public ref class MobileBroadbandUiccAppRecordDetailsResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MobileBroadbandUiccAppRecordDetailsResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MobileBroadbandUiccAppRecordDetailsResult
Public NotInheritable Class MobileBroadbandUiccAppRecordDetailsResult
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|
Remarks
Your code does not instantiate this class directly. Instead, use instances returned by the MobileBroadbandUiccApp.GetRecordDetailsAsync method.
Properties
Kind |
Gets an enumeration value specifying what kind of record this is. |
ReadAccessCondition |
Gets a value specifying how read access to this record is determined. |
RecordCount |
Gets the count of this record in the list of records provided by this UICC application. |
RecordSize |
Gets the size in bytes of this record. |
Status |
Gets the status of the operation to retrieve UICC application record details. If this value is not Success, then other properties might not contain valid values. |
WriteAccessCondition |
Gets a value specifying how write access to this record is determined. |