SetReferenceListProperty Method
See Also 
SourceCode.Framework Namespace > ISerializationInfo Interface : SetReferenceListProperty Method



listPropertyName
referenceList

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Sub SetReferenceListProperty( _
   ByVal listPropertyName As String, _
   ByVal referenceList As IEnumerable _
) 
Visual Basic (Usage) Copy Code
Dim instance As ISerializationInfo
Dim listPropertyName As String
Dim referenceList As IEnumerable
 
instance.SetReferenceListProperty(listPropertyName, referenceList)
C#  
void SetReferenceListProperty( 
   string listPropertyName,
   IEnumerable referenceList
)
C++/CLI  
void SetReferenceListProperty( 
   String^ listPropertyName,
   IEnumerable^ referenceList
) 

Parameters

listPropertyName
referenceList

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