共用方式為


DetectedPerson.PersonId 屬性

定義

取得指派給偵測到人員的唯一標識符。

public:
 property IReference<int> ^ PersonId { IReference<int> ^ get(); };
IReference<int> PersonId();
public System.Nullable<int> PersonId { get; }
var iReference = detectedPerson.personId;
Public ReadOnly Property PersonId As Nullable(Of Integer)

屬性值

指派給偵測到人員的唯一標識符。

適用於