VCRuntimeEnumProperty::IsReadOnly Property

 

Gets or sets a value indicating if the file containing the parent object is read-only.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property bool IsReadOnly {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the file containing the parent object is read-only; otherwise, false.

Return to top
Show: