SPWebApplication.SelfServiceSiteCustomFormUrl property
取得或設定的自訂表單 Url [自助網站架設] 功能
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property SelfServiceSiteCustomFormUrl As String
Get
Set
'用途
Dim instance As SPWebApplication
Dim value As String
value = instance.SelfServiceSiteCustomFormUrl
instance.SelfServiceSiteCustomFormUrl = value
public string SelfServiceSiteCustomFormUrl { get; set; }
Property value
Type: System.String