XmpElementBaseGetAttribute Method |
Gets the attribute.
Namespace: Aspose.Imaging.XmpAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic virtual string GetAttribute(
string attribute
)
Public Overridable Function GetAttribute (
attribute As String
) As String
public:
virtual String^ GetAttribute(
String^ attribute
)
abstract GetAttribute :
attribute : string -> string
override GetAttribute :
attribute : string -> string
Parameters
- attribute
- Type: SystemString
The attribute.
Return Value
Type:
StringReturns the attribute for specified attribute name.
See Also