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