ISetupPolicy.GetValue(String) Method
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 the value of a named policy.
public:
System::Object ^ GetValue(System::String ^ pwszName);
public object GetValue (string pwszName);
abstract member GetValue : string -> obj
Public Function GetValue (pwszName As String) As Object
Parameters
- pwszName
- String
The name of the policy to get.
Returns
The value of the named policy.
Exceptions
COM failure, including E_NOTSUPPORT (0x80070032) if the named policy is not supported by this implementation.