JAMS Developer Guide
PropertyValue Constructor(String,String)


MVPSI.JAMS Namespace > PropertyValue Class > PropertyValue Constructor : PropertyValue Constructor(String,String)
Initializes a property value from a property name and type name.
Syntax
'Declaration
 
Public Function New( _
   ByVal propertyName As System.String, _
   ByVal typeName As System.String _
)
'Usage
 
Dim propertyName As System.String
Dim typeName As System.String
 
Dim instance As New PropertyValue(propertyName, typeName)
public PropertyValue( 
   System.string propertyName,
   System.string typeName
)

Parameters

propertyName
typeName
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

PropertyValue Class
PropertyValue Members
Overload List