MarkupCompatibilityAttributes.MustUnderstand Property
Defines a whitespace-delimited list of namespace prefixes identifying a set of namespace names.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property MustUnderstand As StringValue
Get
Set
'Usage
Dim instance As MarkupCompatibilityAttributes
Dim value As StringValue
value = instance.MustUnderstand
instance.MustUnderstand = value
public StringValue MustUnderstand { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
See Also
Reference
MarkupCompatibilityAttributes Class