.NET Components for Mobility 
Declaration Syntax
public void AddBluetoothProfileDescriptor(
Guid classId,
byte majorVersion,
byte minorVersion
)
Public Sub AddBluetoothProfileDescriptor ( _
classId As Guid, _
majorVersion As Byte, _
minorVersion As Byte _
)

Parameters
- classId (Guid)
- The Service Class Id of the Bluetooth profile,
as a Guid
- majorVersion (Byte)
- The major version number, as a Byte.
- minorVersion (Byte)
- The minor version number, as a Byte.
Assembly:
InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0