Share via


DetectedPerson.PersonId Property

Definition

Gets the unique ID assigned to the detected person.

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)

Property Value

The unique ID assigned to the detected person.

Applies to