JAMS Developer Guide
ClassName Property (HDInsightSessionMapReduce)


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionMapReduce Class : ClassName Property
Specifies which class to use
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies which class to use")>
<System.Activities.RequiredArgumentAttribute()>
<System.ComponentModel.CategoryAttribute("Definition")>
Public Property ClassName As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As HDInsightSessionMapReduce
Dim value As System.Activities.InArgument(Of String)
 
instance.ClassName = value
 
value = instance.ClassName
[System.ComponentModel.Description("Specifies which class to use")]
[System.Activities.RequiredArgument()]
[System.ComponentModel.Category("Definition")]
public System.Activities.InArgument<string> ClassName {get; set;}
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

HDInsightSessionMapReduce Class
HDInsightSessionMapReduce Members