Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name 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 MachineName As String
Get
'Usage
Dim instance As SPAuditEntry
Dim value As String
value = instance.MachineName
public string MachineName { get; }
Property Value
Type: System.String
A String that represents the computer's name.
Remarks
In SharePoint Foundation, this property is always a null reference (Nothing in Visual Basic).