バージョン

SerializeWithName メソッド

現在のダッシュボードを '.rdash' 形式でバイト配列にシリアル化します。ダッシュボードのタイトルは、指定された名前に一致するように変更されます。
シンタックス
'宣言
 
Public Function SerializeWithName( _
   ByVal name As String _
) As Task(Of Byte())
public Task<byte[]> SerializeWithName( 
   string name
)

パラメータ

name
ダッシュボードの新しい名前。ダッシュボード オブジェクトのタイトル属性を変更します。
プラットフォーム

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照