 | HexBinaryValueValue Property |
Gets or sets the hex binary value
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic override string Value { get; set; }Public Overrides Property Value As String
Get
Set
public:
virtual property String^ Value {
String^ get () override;
void set (String^ value) override;
}abstract Value : string with get, set
override Value : string with get, set
Property Value
String
See Also