Site.WebSpace property
Namespace: Microsoft.Web.Hosting.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property WebSpace As String
Get
Set
'Usage
Dim instance As Site
Dim value As String
value = instance.WebSpace
instance.WebSpace = value
[DataMemberAttribute(IsRequired = false)]
public string WebSpace { get; set; }
Property value
Type: System.String