ISetupPolicy Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |