InformationRightsManagementSettings.LicenseCacheExpireDays プロパティ
取得またはドキュメントを開いているアプリケーションが IRM ライセンスをキャッシュする日数を設定します。これらの経過、アプリケーションがライセンスを検証するための IRM サーバーに接続します。
名前空間: Microsoft.SharePoint.Client
アセンブリ: Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内); Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内) Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)
構文
'宣言
Public Property LicenseCacheExpireDays As Integer
Get
Set
'使用
Dim instance As InformationRightsManagementSettings
Dim value As Integer
value = instance.LicenseCacheExpireDays
instance.LicenseCacheExpireDays = value
public int LicenseCacheExpireDays { get; set; }
プロパティ値
型: System.Int32
ライセンス キャッシュ 2555 場合は、IRM とライセンスのキャッシュの両方が 0 の間の日数を有効に、それ以外の場合、既定の値を返します。
関連項目
参照先
InformationRightsManagementSettings クラス