| Visual Basic (Declaration) | |
|---|---|
Public Property Encoding As ElementDataType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LoadXmlBeforeElementData Dim value As ElementDataType instance.Encoding = value value = instance.Encoding | |
| C# | |
|---|---|
public ElementDataType Encoding {get; set;} | |
| C++/CLI | |
|---|---|
public: property ElementDataType Encoding { ElementDataType get(); void set ( ElementDataType value); } | |
Property Value
The encoding of the xml element data.Modifying LoadXmlBeforeElementData.Encoding changes how the xml element value is decoded.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code