ISetupPolicy Interface

Definition

Gets setup policy values.

public interface class ISetupPolicy
[System.Runtime.InteropServices.Guid("E1DA4CBD-64C4-4C44-821D-98FAB64C4DA7")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISetupPolicy
[<System.Runtime.InteropServices.Guid("E1DA4CBD-64C4-4C44-821D-98FAB64C4DA7")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISetupPolicy = interface
Public Interface ISetupPolicy
Attributes

Methods

GetSharedInstallationPath()

Gets the value of the SharedInstallationPath policy.

GetValue(String)

Gets the value of a named policy.

Applies to