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 = "SMP101";