次の方法で共有


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 値です。

適用対象