Property AppName
AppName
If different client applications are connected to the server, and because of any issue, which results in a connection failure with the server, after the client reestablishes a connection, AppName is used to identify these different client applications.
Data type is string. It's optional. If the value is not set, it takes the value of the process ID.
Declaration
public string AppName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Name of the client application. |