UserGetAddressID Method (String) | |
Gives Address ID by User Name without Permission check
Namespace:
SOWIApp.Administrator
Assembly:
SOWIApp.Administrator (in SOWIApp.Administrator.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public int GetAddressID(
string pUserName
)
Public Function GetAddressID (
pUserName As String
) As Integer
Parameters
- pUserName
- Type: SystemString
[Missing <param name="pUserName"/> documentation for "M:SOWIApp.Administrator.User.GetAddressID(System.String)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:SOWIApp.Administrator.User.GetAddressID(System.String)"]
See Also