SxcAppSessionSetUsername Method |
Namespace: SxcAppSessionLibAssembly: AppSession (in AppSession.dll) Version: 2013.11.22.1 (2013.11.22.1)
Syntaxpublic void SetUsername(
string u
)
Public Sub SetUsername (
u As String
)
public:
void SetUsername(
String^ u
)
member SetUsername :
u : string -> unit
Parameters
- u
- Type: SystemString
See Also