次の方法で共有


AppPrincipal.RedirectAddresses プロパティ

アプリのプリンシパルのリダイレクト アドレスを取得します。

名前空間:  Microsoft.SharePoint.Client
アセンブリ:  Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)

構文

'宣言
Public ReadOnly Property RedirectAddresses As IEnumerable(Of String)
    Get
'使用
Dim instance As AppPrincipal
Dim value As IEnumerable(Of String)

value = instance.RedirectAddresses
public IEnumerable<string> RedirectAddresses { get; }

プロパティ値

型: System.Collections.Generic.IEnumerable<String>
リダイレクト アドレス。

関連項目

参照先

AppPrincipal クラス

AppPrincipal メンバー

Microsoft.SharePoint.Client 名前空間