ICustomXmlPartXmlAsString Property |
Returns or sets xml data as UTF-8 string.
Read/write
String.
value is
null.value is empty or xml-data is invalid.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxstring XmlAsString { get; set; }
Property XmlAsString As String
Get
Set
property String^ XmlAsString {
String^ get ();
void set (String^ value);
}
abstract XmlAsString : string with get, set
Property Value
Type:
String
See Also