OpenXmlSimpleType.TextValue 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
This property is not intended for public use and will be removed in the next release
Gets or sets the internal raw text value. DO NOT use this property. Only for OpenXmlSimpleType.cs internal use.
protected string TextValue { get; set; }
protected string? TextValue { get; set; }
[System.Obsolete("This property is not intended for public use and will be removed in the next release")]
protected string? TextValue { get; set; }
member this.TextValue : string with get, set
[<System.Obsolete("This property is not intended for public use and will be removed in the next release")>]
member this.TextValue : string with get, set
Protected Property TextValue As String
Property Value
Returns String.
- Attributes