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