XmpLangAlt Constructor (String) |
Initializes a new instance of the
XmpLangAlt class.
Namespace: GroupDocs.Metadata.Standards.XmpAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic XmpLangAlt(
string defaultValue
)
Public Sub New (
defaultValue As String
)
public:
XmpLangAlt(
String^ defaultValue
)
new :
defaultValue : string -> XmpLangAlt
Parameters
- defaultValue
- Type: SystemString
The default value.
See Also