次の方法で共有


Subscription.Status プロパティ

定義

サブスクリプションの状態を取得します。

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

プロパティ値

サブスクリプションの状態を含む読み取り専用 String の値。

適用対象