共用方式為


DevicePairingResult.ProtectionLevelUsed 屬性

定義

取得用來配對裝置的保護層級。

public:
 property DevicePairingProtectionLevel ProtectionLevelUsed { DevicePairingProtectionLevel get(); };
DevicePairingProtectionLevel ProtectionLevelUsed();
public DevicePairingProtectionLevel ProtectionLevelUsed { get; }
var devicePairingProtectionLevel = devicePairingResult.protectionLevelUsed;
Public ReadOnly Property ProtectionLevelUsed As DevicePairingProtectionLevel

屬性值

裝置配對時所使用的保護層級。

適用於