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



listPropertyName
persistableObjects

Glossary Item Box

Syntax

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

Parameters

listPropertyName
persistableObjects

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