Click or drag to resize

PersonWebUserNo Property

Gets or sets the web user no.

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public int WebUserNo { get; set; }

Property Value

Type: Int32
The web user no. A value of -1 will be provided if WebUserID is null.
Remarks
Note Note
This number is unique for the web user. This number will only change if the web id for the individual changes. The Entity _Number may change if a person is merged, but as long as the individual keeps the same Web ID, WebUserNo will be constant.
See Also