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