SPWebService.HtmlTransformSettings property

Gets the collection of HTML transform settings for the Web service.

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

Syntax

'Declaration
Public ReadOnly Property HtmlTransformSettings As SPHtmlTransformSettings
    Get
'Usage
Dim instance As SPWebService
Dim value As SPHtmlTransformSettings

value = instance.HtmlTransformSettings
public SPHtmlTransformSettings HtmlTransformSettings { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPHtmlTransformSettings
An SPHtmlTransformSettings object.

See also

Reference

SPWebService class

SPWebService members

Microsoft.SharePoint.Administration namespace