StringWithMachineLocalFlag::MachineLocal Property

Visual Studio 2015
 

Determines whether the content is machine-local.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
property bool MachineLocal {
	[CompilerGeneratedAttribute]
	bool get();
	[CompilerGeneratedAttribute]
	private: void set(bool value);
}

Property Value

Type: System::Boolean

True of the content is machine-local, otherwise false.

Return to top
Show: