MetadataItemValue Property |
Gets the value of the metadata item.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic string Value { get; }
Public ReadOnly Property Value As String
Get
public:
property String^ Value {
String^ get ();
}
member Value : string with get
Property Value
Type:
StringA string value that represents the value of the metadata item.
See Also