MetaProperties.SchemaXml Property
Gets the schema XML for the MetaProperties object. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property SchemaXml As String
Get
'Usage
Dim instance As MetaProperties
Dim value As String
value = instance.SchemaXml
string SchemaXml { get; }
Property Value
Type: System.String
String
Remarks
This property is used to return information representing various metadata properties of a document such as type information, restrictions, and so forth.