XMLDA.NET Reference
Items Property
See Also  Send Feedback
xmldanet.xmlda Namespace > SubscribeRequestItemList Class : Items Property

Glossary Item Box

A container tag of the item information that follows. It is expected that there are one or more Items per ItemList.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As SubscribeRequestItemList
Dim value() As SubscribeRequestItem
 
instance.Items = value
 
value = instance.Items
C# 
[XmlElementAttribute(ElementName="Items", Order=0)]
public SubscribeRequestItem[] Items {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.