言語

Subscription.Report プロパティ

定義

サブスクリプションに関連付けられたレポートの名前を取得します。

public:
 property System::String ^ Report { System::String ^ get(); void set(System::String ^ value); };
public string Report { get; set; }
member this.Report : string with get, set
Public Property Report As String

プロパティ値

購読に関連するレポート名を含む読み取り専用の String の価値です。

適用対象