ISettingsMachineLocalityEvaluator.IsMachineLocal(String, Object) 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.
Evaluates whether a property value is machine-local.
public:
bool IsMachineLocal(System::String ^ name, System::Object ^ value);
public:
bool IsMachineLocal(Platform::String ^ name, Platform::Object ^ value);
bool IsMachineLocal(std::wstring const & name, winrt::Windows::Foundation::IInspectable const & value);
public bool IsMachineLocal (string name, object value);
abstract member IsMachineLocal : string * obj -> bool
Public Function IsMachineLocal (name As String, value As Object) As Boolean
Parameters
- name
- String
The full name of the setting as specified via SharedSettingsAttribute.
- value
- Object
The current value of the property.
Returns
True If the setting is machine-local, otherwise false.