ComServerGetKeyDefaultValueAsGuid Method |
Gets a key default value as a guid.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected Guid? GetKeyDefaultValueAsGuid(
string keyName
)
Parameters
- keyName
- Type: SystemString
The key name.
Return Value
Type:
NullableGuidA guid.
See Also