AlternateContentChoice.Requires Property
Defines a whitespace-delimited list of namespace prefixes that identify the namespaces that a markup consumer needs to understand to select that Choice and process the content.Represents the attribte in schema: requires
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Requires As StringValue
Get
Set
'Usage
Dim instance As AlternateContentChoice
Dim value As StringValue
value = instance.Requires
instance.Requires = value
public StringValue Requires { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue