ServiceAttribute(ServiceAttributeId, 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(
	ServiceAttributeId id,
	ServiceElement value
)
Public Sub New ( 
	id As ServiceAttributeId,
	value As ServiceElement
)
public:
ServiceAttribute(
	ServiceAttributeId id, 
	ServiceElement^ value
)
new : 
        id : ServiceAttributeId * 
        value : ServiceElement -> ServiceAttribute
Parameters
- id  ServiceAttributeId
 - The Attribute Id as a ServiceAttributeId.
 - value  ServiceElement
 - The value as a ServiceElement.