IPublishFile::IsReadOnly Property

 

Gets whether or not the file is read-only.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

[DispIdAttribute(7)]
property bool IsReadOnly {
	bool get();
}

Property Value

Type: System::Boolean

true if the file is read-only, otherwise false.

Return to top
Show: