XMLDA.NET Reference
ClientRequestHandle Property
See Also  Send Feedback
xmldanet.xmlda Namespace > RequestOptions Class : ClientRequestHandle Property

Glossary Item Box

An optional value supplied by the client that will be returned with the response. In larger and more complex systems it helps the client to associate the replies with the proper requests.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As RequestOptions
Dim value As String
 
instance.ClientRequestHandle = value
 
value = instance.ClientRequestHandle
C# 
[XmlAttributeAttribute()]
public string ClientRequestHandle {get; set;}

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.