RegisterReferenceProperty(String) Method
See Also 
SourceCode.Framework Namespace > ISerializationInfo Interface > RegisterReferenceProperty Method : RegisterReferenceProperty(String) Method



propertyName

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Overloads Sub RegisterReferenceProperty( _
   ByVal propertyName As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As ISerializationInfo
Dim propertyName As String
 
instance.RegisterReferenceProperty(propertyName)
C#  
void RegisterReferenceProperty( 
   string propertyName
)
C++/CLI  
void RegisterReferenceProperty( 
   String^ propertyName
) 

Parameters

propertyName

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