SPChange.InternalWebId property
Obtém a identificação do site que contém o objeto alterado.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Protected ReadOnly Property InternalWebId As Guid
Get
'Uso
Dim value As Guid
value = Me.InternalWebId
protected Guid InternalWebId { get; }
Property value
Type: System.Guid
A identificação do site.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | O valor de ID é DBNull. |
Comentários
Você pode acessar essa propriedade somente a partir de uma classe derivada.