Share via


SPDiffUtility.ChangeCloseTag property

Gets or sets the closing HTML tag for the section of output from the Diff method that contains changed text.

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

Syntax

'Declaration
Public Shared Property ChangeCloseTag As String
    Get
    Set
'Usage
Dim value As String

value = SPDiffUtility.ChangeCloseTag

SPDiffUtility.ChangeCloseTag = value
public static string ChangeCloseTag { get; set; }

Property value

Type: System.String
A string that contains the tag.

See also

Reference

SPDiffUtility class

SPDiffUtility members

Microsoft.SharePoint.Utilities namespace