diff --git a/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationOptions.cs b/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationOptions.cs
index fdd775d5..24211293 100644
--- a/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationOptions.cs
+++ b/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationOptions.cs
@@ -81,6 +81,9 @@ public sealed class OpenIddictClientSystemIntegrationOptions
/// Gets or sets the application discriminator used to define a static
/// pipe name that will be shared by all the instances of the application.
///
+ ///
+ /// Note: this property is not used when is explicitly set.
+ ///
public string? ApplicationDiscriminator { get; set; }
///