Share via


SettingsDialogProvider.CacheGuid Method (Guid)

 

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.Guid

    The global identifier of the tab to store in the cache.

See Also

SettingsDialogProvider Class
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top