Represents the maximum number of characters that can be used in site names for the site collection.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Const MaxWebNameLength As Integer
用法
Dim value As Integer
value = SPSite.MaxWebNameLength
public const int MaxWebNameLength
备注
The value of this constant is 256.
The MaxWebNameLength field is static and cannot be called on an instance object. To call this field, use SPSite.MaxWebNameLength.