Remove the value with the specified key.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public virtual bool Remove(
string key
)
Public Overridable Function Remove (
key As String
) As Boolean
public:
virtual bool Remove(
String^ key
)
abstract Remove :
key : string -> bool
override Remove :
key : string -> bool
Parameters
- key
- Type: SystemString
The string representation of key that is identified with removed value.
Return Value
Type:
Boolean
Returns true if the value with the specified key was removed.
See Also