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