Compartilhar via


SPRoutingMachineInfo.OutgoingHost property

O nome de host saída para roteamento. Se for null, o nome será usado como o nome de host para a conexão.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Property OutgoingHost As String
    Get
    Set
'Uso
Dim instance As SPRoutingMachineInfo
Dim value As String

value = instance.OutgoingHost

instance.OutgoingHost = value
public string OutgoingHost { get; set; }

Property value

Type: System.String

Ver também

Referência

SPRoutingMachineInfo class

SPRoutingMachineInfo members

Microsoft.SharePoint.Administration namespace