RelaxISRemoteOptionsConnectionSettingsAddress Property |
The address of the WCF node to send the job to.
Namespace: RelaxIS_SDK.ToolsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string Address { get; set; }
Public Property Address As String
Get
Set
Dim instance As RelaxISRemoteOptionsConnectionSettings
Dim value As String
value = instance.Address
instance.Address = value
Return Value
StringThe address as a string value.
See Also