DetectedPerson.PersonId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指派給偵測到人員的唯一標識符。
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)
屬性值
指派給偵測到人員的唯一標識符。