ClientId
This property sets the client identifier, which is Microsoft Entra ID registered application identifier.
Declaration
// C#
public string ClientId { set; }
Exceptions
InvalidOperationException – if application tries to set this property once a connection is already opened using its encapsulating object.