DelegatingXmlDictionaryWriter.CanCanonicalize Property

Definition

Returns a value indicating if the reader is capable of Canonicalization.

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

Property Value

true if the reader is capable of Canonicalization; otherwise, false.

Applies to