ServiceRecordXmlCreatorCreateServiceRecord Method
            Creates an XML representation of a Service Record from the given 
            ServiceRecord object.
            
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public XDocument CreateServiceRecord(
	ServiceRecord record
)
Public Function CreateServiceRecord ( 
	record As ServiceRecord
) As XDocument
public:
XDocument^ CreateServiceRecord(
	ServiceRecord^ record
)
member CreateServiceRecord : 
        record : ServiceRecord -> XDocument 
- record  ServiceRecord
 - An instance of ServiceRecord
            containing the record to be created.
            
 
XDocument
            A 
XDocument which represents the XML representation of the Service
            Record.