Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Stores the global identifier of a tab in the cache to use when the Settings dialog box is launched from the Settings button.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public static void CacheGuid(
Guid value
)
public:
static void CacheGuid(
Guid value
)
Public Shared Sub CacheGuid (
value As Guid
)
Parameters
value
Type: System.GuidThe global identifier of the tab to store in the cache.
See Also
SettingsDialogProvider Class
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top