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