SPAppInstance.Title property
取得 SharePoint 應用程式的標題。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Title As String
Get
'用途
Dim instance As SPAppInstance
Dim value As String
value = instance.Title
public string Title { get; }
Property value
Type: System.String
SharePoint 應用程式的標題。
備註
標題搭配使用,可能會變更,而且不應該使用做為識別碼。而是使用Id做為識別碼。