XmlDictionaryReader.CanCanonicalize Property

Definition

This property always returns false. Its derived classes can override to return true if they support canonicalization.

public:
 virtual property bool CanCanonicalize { bool get(); };
public virtual bool CanCanonicalize { get; }
member this.CanCanonicalize : bool
Public Overridable ReadOnly Property CanCanonicalize As Boolean

Property Value

Returns false.

Remarks

This property always returns false.

Applies to