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 如果关联的实例句柄未绑定到实例所有者,则为 。

适用于