SPDocumentConverter.Timeout 属性

获取或设置文档转换器的超时长度。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property Timeout As Integer
    Get
    Set
用法
Dim instance As SPDocumentConverter
Dim value As Integer

value = instance.Timeout

instance.Timeout = value
public int Timeout { get; set; }

属性值

类型:System.Int32
32 位整数,它指定的超时长度默认情况下它等于 3。

备注

如果值小于MinAllowedTimeout属性中,指定的或更大的MaxAllowedTimeout属性指定的值的值,将Timeout属性将引发ArgumentException。

另请参阅

引用

SPDocumentConverter 类

SPDocumentConverter 成员

Microsoft.SharePoint.Administration 命名空间