DetectedPerson.PersonId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.