NamedPolicySetter.SetBooleanPolicyAtPath(String, String, Boolean) 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.
public:
virtual void SetBooleanPolicyAtPath(Platform::String ^ area, Platform::String ^ name, bool policyValue) = SetBooleanPolicyAtPath;
/// [Windows.Foundation.Metadata.Experimental]
void SetBooleanPolicyAtPath(winrt::hstring const& area, winrt::hstring const& name, bool const& policyValue);
[Windows.Foundation.Metadata.Experimental]
public void SetBooleanPolicyAtPath(string area, string name, bool policyValue);
function setBooleanPolicyAtPath(area, name, policyValue)
Public Sub SetBooleanPolicyAtPath (area As String, name As String, policyValue As Boolean)
Parameters
- area
-
String
Platform::String
winrt::hstring
- name
-
String
Platform::String
winrt::hstring
- policyValue
-
Boolean
bool
- Attributes