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

Glossary Item Box

Indicates whether to return ItemPath for each item. Default is False which means ItemPath will not be returned.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As RequestOptions
Dim value As Boolean
 
instance.ReturnItemPath = value
 
value = instance.ReturnItemPath
C# 
[XmlAttributeAttribute()]
[DefaultValueAttribute()]
public bool ReturnItemPath {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.