SxcAppSessionNotificationTypeToString Method |
Namespace: SxcAppSessionLibAssembly: AppSession (in AppSession.dll) Version: 2013.11.22.1 (2013.11.22.1)
Syntaxpublic static string NotificationTypeToString(
int type
)
Public Shared Function NotificationTypeToString (
type As Integer
) As String
public:
static String^ NotificationTypeToString(
int type
)
static member NotificationTypeToString :
type : int -> string
Parameters
- type
- Type: SystemInt32
Return Value
Type:
String
See Also