ShellFolderConfigurationThrowOnDuplicateEndPoint Property |
Gets or sets a value indicating whether to report errors on duplicate RPC endpoints for ShellBoost proxy communication.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual bool ThrowOnDuplicateEndPoint { get; set; }
Property Value
Type:
Booleantrue if errors should be reported on duplicate RPC endpoints for ShellBoost proxy communication; otherwise,
false.
See Also