OpenXmlAttribute.Prefix-Eigenschaft
Gets or sets the namespace prefix of this attribute.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Prefix As String
Get
Set
'Usage
Dim instance As OpenXmlAttribute
Dim value As String
value = instance.Prefix
instance.Prefix = value
public string Prefix { get; set; }
Eigenschaftswert
Typ: System.String
Returns String.