ISettingsMachineLocalityEvaluator.IsMachineLocal(String, Object) Method

Definition

Determines 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 specified via SharedSettingsAttribute.

value
Object

The current value of the property.

Returns

True If the setting is machine-local, otherwise false.

Applies to