 | MarkupCompatibilityAttributesIgnorable Property |
Gets or sets a whitespace-delimited list of prefixes, where each
prefix identifies an ignorable namespace.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic StringValue Ignorable { get; set; }Public Property Ignorable As StringValue
Get
Set
public:
property StringValue^ Ignorable {
StringValue^ get ();
void set (StringValue^ value);
}member Ignorable : StringValue with get, set
Property Value
StringValue
See Also