| UserGetAddressID Method  |  | 
 
            Get address ID by user name
            
 
    Namespace: 
   SOWIApp.Management
    Assembly:
   SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
 Syntax
Syntaxpublic static int GetAddressID(
	string pUserName
)
Public Shared Function GetAddressID ( 
	pUserName As String
) As Integer
Parameters
- pUserName
- Type: SystemString
 [Missing <param name="pUserName"/> documentation for "M:SOWIApp.Management.User.GetAddressID(System.String)"] 
Return Value
Type: 
Int32[Missing <returns> documentation for "M:SOWIApp.Management.User.GetAddressID(System.String)"]
 See Also
See Also