Session.GetCustomerID Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This abstract method is used to return the customer ID.
public:
abstract System::String ^ GetCustomerID();
public abstract string GetCustomerID ();
abstract member GetCustomerID : unit -> string
Public MustOverride Function GetCustomerID () As String
Returns
The customer ID the customer exists otherwise an empty string.