Gets or sets the Object with the specified key.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic virtual Object this[
string key
] { get; set; }
Public Overridable Default Property Item (
key As String
) As Object
Get
Set
public:
virtual property Object^ default[String^ key] {
Object^ get (String^ key);
void set (String^ key, Object^ value);
}
abstract Item : Object with get, set
override Item : Object with get, set
Parameters
- key
- Type: SystemString
The key that identifies value.
Property Value
Type:
Object
The
Object.
Return Value
Type:
ObjectReturns the
Object with the specified key.
See Also