Interface IXMLSchemaFormatter
Interface for template formatters that read and write XML documents
Namespace: PnP.Framework.Provisioning.Providers.Xml
Assembly: PnP.Framework.dll
Syntax
public interface IXMLSchemaFormatter
Properties
NamespacePrefix
The default namespace prefix of the target XML Namespace
Declaration
String NamespacePrefix { get; }
Property Value
String
|
NamespaceUri
The URI of the target XML Namespace
Declaration
String NamespaceUri { get; }
Property Value
String
|