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