InstanceOwnerException.InstanceOwnerId 属性

定义

获取实例所有者的 ID。

public:
 property Guid InstanceOwnerId { Guid get(); };
public Guid InstanceOwnerId { get; }
member this.InstanceOwnerId : Guid
Public ReadOnly Property InstanceOwnerId As Guid

属性值

实例所有者的 ID。 如果实例所有者未知,则返回 Guid.Empty。

适用于