CustomXmlPartNamespaceSchemas Property |
Returns the collection XML schemas that are associated with the custom XML part.
Read-only string.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic string[] NamespaceSchemas { get; }
Public ReadOnly Property NamespaceSchemas As String()
Get
public:
virtual property array<String^>^ NamespaceSchemas {
array<String^>^ get () sealed;
}
abstract NamespaceSchemas : string[] with get
override NamespaceSchemas : string[] with get
Property Value
Type:
StringImplements
ICustomXmlPartNamespaceSchemas
See Also