JAMS Developer Guide
ServerName Property (SubmitEntry)


MVPSI.JAMS.Activities Namespace > SubmitEntry Class : ServerName Property
Specifies the name of the JAMS server. If you leave this empty, it will default to the server that is executing the workflow.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the JAMS Server Name.")>
<System.ComponentModel.CategoryAttribute("JAMS")>
Public Property ServerName As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As SubmitEntry
Dim value As System.Activities.InArgument(Of String)
 
instance.ServerName = value
 
value = instance.ServerName
[System.ComponentModel.Description("Specifies the JAMS Server Name.")]
[System.ComponentModel.Category("JAMS")]
public System.Activities.InArgument<string> ServerName {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

SubmitEntry Class
SubmitEntry Members