Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This property specifies the version to include in XML declarations, for example, <?xml version="1.0">.
[propput]HRESULT version([in] BSTRstrVersion);
[propget]HRESULT version([out, retval] BSTR* strVersion);
Parameters
- strVersion
String that contains the version.
Return Values
- S_OK
Returned if no errors are reported.
Remarks
This property is read/write. The default value is "1.0".
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
See Also
Send Feedback on this topic to the authors