XmlQualifiedNameCollection.IsReadOnly PropertyXmlQualifiedNameCollection.IsReadOnly PropertyXmlQualifiedNameCollection::IsReadOnly Property

Gets a value indicating whether the XmlQualifiedNameCollectionXmlQualifiedNameCollectionXmlQualifiedNameCollection is read-only.

Syntax

Public ReadOnly Property IsReadOnly As Boolean
        Get
public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
    virtual bool get() sealed;
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

Always returns falseFalsefalse.