ComServerPersistentAddinsRegistered Property |
Gets the persistent addins registered identifiers.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntaxpublic IReadOnlyList<Tuple<Guid, Guid>> PersistentAddinsRegistered { get; }Property Value
Type:
IReadOnlyListTupleGuid,
Guid
The persistent addins registered identifiers.
See Also