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

適用対象