TicketHeader Constructor (String) |
Initialize a new instance of class with a specified unique identifier.
Namespace: dk.webCRM.ApiSync.BusinessLayer.RequestContextAssembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntaxpublic TicketHeader(
string guid
)
Public Sub New (
guid As String
)
public:
TicketHeader(
String^ guid
)
new :
guid : string -> TicketHeader
Parameters
- guid
- Type: SystemString
The unique identifier that identifies the user.
See Also