ExternalAppPrincipalCreationParameters.AppIdentifier 屬性
取得或設定主要應用程式的唯一識別碼。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property AppIdentifier As String
Get
Set
'用途
Dim instance As ExternalAppPrincipalCreationParameters
Dim value As String
value = instance.AppIdentifier
instance.AppIdentifier = value
public string AppIdentifier { get; set; }
屬性值
類型:System.String
應用程式原則的唯一識別碼。
請參閱
參照
ExternalAppPrincipalCreationParameters 類別