SPContentType.MobileEditFormUrl property
取得或設定来用於項目的自訂行動Edit表單頁面的 URL 會指派此內容的型別。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property MobileEditFormUrl As String
Get
Set
'用途
Dim instance As SPContentType
Dim value As String
value = instance.MobileEditFormUrl
instance.MobileEditFormUrl = value
public string MobileEditFormUrl { get; set; }
Property value
Type: System.String
自訂行動Edit表單頁面的 URL。