SPWebApplication.SelfServiceCreationParentSiteUrl property
Obtém ou define a Url do Site pai sob o qual os Sites individuais serão criados.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property SelfServiceCreationParentSiteUrl As String
Get
Set
'Uso
Dim instance As SPWebApplication
Dim value As String
value = instance.SelfServiceCreationParentSiteUrl
instance.SelfServiceCreationParentSiteUrl = value
public string SelfServiceCreationParentSiteUrl { get; set; }
Property value
Type: System.String