IFlow.ApiFlowOptionRemoteEndpoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remote host to which communication needs to be made
[ADT.Runtime.Info(Create=true, Description="Remote host to which communication needs to be made", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="remoteEndpoint", Update=true)]
public string ApiFlowOptionRemoteEndpoint { get; set; }
[<ADT.Runtime.Info(Create=true, Description="Remote host to which communication needs to be made", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="remoteEndpoint", Update=true)>]
member this.ApiFlowOptionRemoteEndpoint : string with get, set
Public Property ApiFlowOptionRemoteEndpoint As String
Property Value
- Attributes