共用方式為


SPAppPrincipal.DisplayName property

取得應用程式主體的顯示名稱。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property DisplayName As String
    Get
'用途
Dim instance As SPAppPrincipal
Dim value As String

value = instance.DisplayName
public string DisplayName { get; }

Property value

Type: System.String
顯示名稱。

請參閱

參照

SPAppPrincipal class

SPAppPrincipal members

Microsoft.SharePoint namespace