ApplicationIdentifier Property

Identifier for the current application. The property must be set before calling startConnection, registerApplication or unregisterApplication.

Syntax

public string ApplicationIdentifier { get; set; }

Examples

  • Get the Status
    application.ApplicationIdentifier = "SUP101";