EndPoint.Mode Property
mode.Represents the attribte in schema: emma:mode
Namespace: DocumentFormat.OpenXml.EMMA
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "mode")> _
Public Property Mode As ListValue(Of StringValue)
Get
Set
'使用
Dim instance As EndPoint
Dim value As ListValue(Of StringValue)
value = instance.Mode
instance.Mode = value
[SchemaAttrAttribute(, "mode")]
public ListValue<StringValue> Mode { get; set; }
Property Value
Type: DocumentFormat.OpenXml.ListValue<StringValue>