ConnectionIdPrefix
This property is used to identify a particular application's connections by appending its string to the connection identifier. The identifier and prefix can be used to uniquely identify the application connections for tracing and diagnosis purposes.
Declaration
// C#
public static string ConnectionIdPrefix { set; }Property Value
System.String
Remarks
The property value is an 8-byte identifier limited to alphanumeric characters and underscore (_).