Click or drag to resize

ComServerPersistentAddinsRegistered Property

Gets the persistent addins registered identifiers.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IReadOnlyList<Tuple<Guid, Guid>> PersistentAddinsRegistered { get; }

Property Value

Type: IReadOnlyListTupleGuid, Guid
The persistent addins registered identifiers.
See Also