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