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