DatabaseApplicationIdUri

This property sets the database application URI identifier, which is the protected resource identifier on Microsoft Entra ID for which client application requests the access token.

Declaration

// C#
public string DatabaseApplicationIdUri { set; }

Exceptions

InvalidOperationException – if application tries to set this property once a connection is already opened using its encapsulating object.