SPAuditEntry.MachineIP Property
Gets the IP address of the computer that initiated the event.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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).