JAMS Developer Guide
property Constructor(String,String)


MVPSI.JAMS.Activities.HDInsight Namespace > property Class > property Constructor : property Constructor(String,String)
A key and value pair that is used to pass in job properties to Oozie.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As System.String, _
   ByVal value As System.String _
)
'Usage
 
Dim key As System.String
Dim value As System.String
 
Dim instance As New property(key, value)
public property( 
   System.string key,
   System.string value
)

Parameters

key
value
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

property Class
property Members
Overload List