Nevron.Serialization Namespace / NSeralizationPropertyInfo Class / NSeralizationPropertyInfo Constructor


NSeralizationPropertyInfo Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal propertyInfo As System.Reflection.PropertyInfo, _
   ByVal name As System.String, _
   ByVal hasExplicitName As System.Boolean _
)
 
'Usage
 
Dim propertyInfo As System.Reflection.PropertyInfo
Dim name As System.String
Dim hasExplicitName As System.Boolean
 
Dim instance As New NSeralizationPropertyInfo(propertyInfo, name, hasExplicitName)

Parameters

propertyInfo
name
hasExplicitName
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