CustomXMLPartClass.XML Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property XML As String
Get
'Usage
Dim instance As CustomXMLPartClass
Dim value As String
value = instance.XML
public virtual string XML { get; }
Property Value
Type: System.String