WebCreationInformation.Url 属性

Gets or sets the URL leaf name of the new site.

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Property Url As String
    Get
    Set
用法
Dim instance As WebCreationInformation
Dim value As String

value = instance.Url

instance.Url = value
public string Url { get; set; }

属性值

类型:System.String
A String object that represents the URL leaf name.

备注

This property must not be 空引用(无 在 Visual Basic 中).

The length of this property must be equal to or less than 128 characters.

This property must not contain consecutive "/" or "." characters. It must not begin with or end with "/" or "." characters. It must not contain the string "/wpresources". And it must not contain any of the following characters: ~"#%&\*:<>?\\{|}\x7F

另请参阅

引用

WebCreationInformation 类

WebCreationInformation 成员

Microsoft.SharePoint.Client 命名空间