ServiceAttribute(UInt16, ServiceElement) Constructor
            Initializes a new instance of the ServiceAttribute class.
            
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public ServiceAttribute(
	ushort id,
	ServiceElement value
)
Public Sub New ( 
	id As UShort,
	value As ServiceElement
)
public:
ServiceAttribute(
	unsigned short id, 
	ServiceElement^ value
)
new : 
        id : uint16 * 
        value : ServiceElement -> ServiceAttribute
Parameters
- id  UInt16
 - The Attribute Id as a UInt16.
 - value  ServiceElement
 - The value as a ServiceElement.