OpenXmlAttribute.Prefix Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
OpenXmlAttribute is a struct so setters may not behave as you might expect. Mutable setters will be removed in a future version.
Obtiene el prefijo de espacio de nombres del atributo actual.
public string Prefix { get; set; }
public string Prefix { get; [System.Obsolete("OpenXmlAttribute is a struct so setters may not behave as you might expect. Mutable setters will be removed in a future version.")] set; }
public string Prefix { get; }
member this.Prefix : string with get, set
[<set: System.Obsolete("OpenXmlAttribute is a struct so setters may not behave as you might expect. Mutable setters will be removed in a future version.")>]
member this.Prefix : string with get, set
member this.Prefix : string
Public Property Prefix As String
Public ReadOnly Property Prefix As String
Valor de propiedad
Devuelve String.
- Atributos