InstanceView.InstanceOwner プロパティ

定義

インスタンスの所有者を取得します。

public:
 property System::Runtime::DurableInstancing::InstanceOwner ^ InstanceOwner { System::Runtime::DurableInstancing::InstanceOwner ^ get(); };
public System.Runtime.DurableInstancing.InstanceOwner InstanceOwner { get; }
member this.InstanceOwner : System.Runtime.DurableInstancing.InstanceOwner
Public ReadOnly Property InstanceOwner As InstanceOwner

プロパティ値

インスタンスの所有者。関連付けられているインスタンス ハンドルがインスタンス所有者にバインドされていない場合に null します。

適用対象