SPRoutingMachineInfo.PingEnabled-Eigenschaft
Dient zum Abrufen oder Festlegen des Status Ping aktiviert
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PingEnabled As Boolean
Get
Set
'Usage
Dim instance As SPRoutingMachineInfo
Dim value As Boolean
value = instance.PingEnabled
instance.PingEnabled = value
public bool PingEnabled { get; set; }
Eigenschaftswert
Typ: System.Boolean