Class XmlNamespacePrefixAttribute
- Namespace
- Bonsai
- Assembly
- Bonsai.Core.dll
Specifies a recommended prefix to associate with a XML namespace identifier when serializing a workflow file.
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class XmlNamespacePrefixAttribute : Attribute, _Attribute
- Inheritance
-
XmlNamespacePrefixAttribute
- Implements
- Inherited Members
Constructors
- XmlNamespacePrefixAttribute(string, string)
Initializes a new instance of the XmlNamespacePrefixAttribute class with the specified namespace and prefix.
Properties
- Prefix
Gets or sets the recommended prefix for the namespace.
- XmlNamespace
Gets or sets the XML namespace identifier.