次の方法で共有


ServiceOperation.CustomState プロパティ

定義

サービス操作に関するカスタム状態情報を取得または設定します。

public:
 property System::Object ^ CustomState { System::Object ^ get(); void set(System::Object ^ value); };
public object CustomState { get; set; }
member this.CustomState : obj with get, set
Public Property CustomState As Object

プロパティ値

状態情報。

適用対象