XmlSignificantWhitespace.LocalName Property

Definition

Gets the local name of the node.

public:
 virtual property System::String ^ LocalName { System::String ^ get(); };
public override string LocalName { get; }
member this.LocalName : string
Public Overrides ReadOnly Property LocalName As String

Property Value

For XmlSignificantWhitespace nodes, this property returns #significant-whitespace.

Applies to