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 の値。

適用対象