MessageActionsPayloadApp.ApplicationIdentityType プロパティ

定義

アプリケーションの種類を取得または設定します。 使用できる値は、'aadApplication'、'bot'、'tenantBot'、'office365Connector'、'webhook' です。

public string ApplicationIdentityType { get; set; }
member this.ApplicationIdentityType : string with get, set
Public Property ApplicationIdentityType As String

プロパティ値

アプリケーションの種類。

適用対象