XmpElementBaseGetAttribute Method |
Gets the attribute.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public 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