Compartilhar via


SPAuditEntry.MachineName property

Obtém o nome do computador que iniciou o evento.

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

Syntax

'Declaração
Public ReadOnly Property MachineName As String
    Get
'Uso
Dim instance As SPAuditEntry
Dim value As String

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

Property value

Type: System.String
Um String que representa o nome do computador.

Comentários

Em SharePoint Foundation, essa propriedade será sempre a null reference (Nothing in Visual Basic).

Ver também

Referência

SPAuditEntry class

SPAuditEntry members

Microsoft.SharePoint namespace