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)
Available in Sandboxed Solutions: No

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