Intersoft ClientUI Documentation
Items Property
See Also  Send Feedback
Intersoft.Client.Documents Namespace > DocumentReferenceCollection Class : Items Property






Syntax

Visual Basic (Declaration) 
Protected ReadOnly Property Items As IList(Of DocumentReference)
Visual Basic (Usage)Copy Code
Dim instance As DocumentReferenceCollection
Dim value As IList(Of DocumentReference)
 
value = instance.Items
C# 
protected IList<DocumentReference> Items {get;}
Delphi 
protected read-only property Items: IList; 
JScript 
protected function get Items : IList
Managed Extensions for C++ 
protected: __property IList<DocumentReference*>* get_Items();
C++/CLI 
protected:
property IList<DocumentReference^>^ Items {
   IList<DocumentReference^>^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.