Subscription.ModifiedBy プロパティ

定義

前回サブスクリプションを変更したユーザーの名前です。 読み取り専用です。

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

プロパティ値

サブスクリプションを最後に変更したユーザーの名前を含む読み取り専用 String の値。

適用対象