Click or drag to resize

ComServer.GetKeyDefaultValueAsGuid Method

Gets a key default value as a guid.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected Guid? GetKeyDefaultValueAsGuid(
	string keyName
)

Parameters

keyName
Type: System.String
The key name.

Return Value

Type: Nullable<Guid>
A guid.
See Also