XMLDA.NET Reference
ClientItemHandle Property
See Also  Send Feedback
xmldanet.xmlda Namespace > SubscribeRequestItem Class : ClientItemHandle Property

Glossary Item Box

A string that can be passed by the client and be returned along with the data. If the Client includes the ClientItemHandle attribute, then Server must return it to the Client.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As SubscribeRequestItem
Dim value As String
 
instance.ClientItemHandle = value
 
value = instance.ClientItemHandle
C# 
[XmlAttributeAttribute()]
public string ClientItemHandle {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.