SPFarm.XsltTransformTimeOut property
Specifies the seconds that a customized XSLT transformation is allowed to run.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property XsltTransformTimeOut As Integer
Get
Set
'Usage
Dim instance As SPFarm
Dim value As Integer
value = instance.XsltTransformTimeOut
instance.XsltTransformTimeOut = value
public int XsltTransformTimeOut { get; set; }
Property value
Type: System.Int32
A 32-bit integer that specifies the seconds that a customized XSLT transformation is allowed to run.