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