  | 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)
Syntaxpublic int WebUserNo { get; set; }Public Property WebUserNo As Integer
	Get
	Set
public:
property int WebUserNo {
	int get ();
	void set (int value);
}function get WebUserNo () : int
function set WebUserNo (value : int)
function get_WebUserNo();
function set_WebUserNo(value);
Property Value
Type: 
Int32The web user no.  A value of -1 will be provided if WebUserID is null.
Remarks  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