AllocatedCommand.CommandBasedOn Property
fciBasedOn.Represents the attribte in schema: wne:fciBasedOn
Namespace: DocumentFormat.OpenXml.Office.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "fciBasedOn")> _
Public Property CommandBasedOn As StringValue
Get
Set
'Usage
Dim instance As AllocatedCommand
Dim value As StringValue
value = instance.CommandBasedOn
instance.CommandBasedOn = value
[SchemaAttrAttribute(, "fciBasedOn")]
public StringValue CommandBasedOn { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue