Click or drag to resize

ShellFolderRegistrationIpcFormat Property

Gets or sets the RPC protocol endpoint format. This property value must be consistent with ShellFolderConfiguration's IpcFormat property value.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual string IpcFormat { get; set; }

Property Value

Type: String
The RPC protocol endpoint format.
See Also