what is the connection name [CONNECTION_NAME ]
DevAsith
51
Reputation points
what is the connection Name defining in this sample. how can I set value for this property?
namespace MsgExtProductSupportSSOCSharp
{
public class ConfigOptions
{
public string BOT_ID { get; set; }
public string BOT_PASSWORD { get; set; }
public string SPO_HOSTNAME { get; set; }
public string SPO_SITE_URL { get; set; }
public string CONNECTION_NAME { get; set; }
}
}
Sign in to answer