OpenXmlAttribute.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
OpenXmlAttribute is a struct so setters may not behave as you might expect. Mutable setters will be removed in a future version.
Gets the text value of the attribute.
public string Value { get; set; }
public string Value { 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? Value { 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? Value { get; }
member this.Value : 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.Value : string with get, set
member this.Value : string
Public Property Value As String
Public ReadOnly Property Value As String
Property Value
Returns String.
- Attributes