Gets the value associated with the specified language.
Namespace: GroupDocs.Metadata.Standards.XmpAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic string this[
string language
] { get; }
Public ReadOnly Default Property Item (
language As String
) As String
Get
public:
property String^ default[String^ language] {
String^ get (String^ language);
}
member Item : string with get
Parameters
- language
- Type: SystemString
The language.
Property Value
Type:
StringString value.
Return Value
Type:
StringValue for the specified language.
See Also