 | OpenXmlSimpleValueTValue Property |
Gets or sets the value of the simple value.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic T Value { get; set; }Public Property Value As T
Get
Set
public:
property T Value {
T get ();
void set (T value);
}member Value : 'T with get, set
Property Value
T
See Also