SPAuditEntry.MachineIP property

Gets the IP address of the computer that initiated the event.

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

Syntax

'Declaration
Public ReadOnly Property MachineIP As String
    Get
'Usage
Dim instance As SPAuditEntry
Dim value As String

value = instance.MachineIP
public string MachineIP { get; }

Property value

Type: System.String
A String that represents the computer's IP address.

Remarks

In SharePoint Foundation, this property is always a null reference (Nothing in Visual Basic).

See also

Reference

SPAuditEntry class

SPAuditEntry members

Microsoft.SharePoint namespace