DevForce Help Reference
ListReference Property


The IdeaBlade.EntityModel.ListEntityReference{T} to which this list is tied.
Syntax
'Declaration
 
Public ReadOnly Property ListReference As ListEntityReference(Of T)
'Usage
 
Dim instance As RelatedEntityList(Of T)
Dim value As ListEntityReference(Of T)
 
value = instance.ListReference
public ListEntityReference<T> ListReference {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RelatedEntityList<T> Class
RelatedEntityList<T> Members

Send Feedback