IDescriptiveMetadataItem Property
|
Gets/sets a generic piece of metadata value, by its name
Namespace:
Ingeniux.Runtime.Assets
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax string this[
string metadataName
] { get; set; }
Property Item (
metadataName As String
) As String
Get
Set
property String^ Item[String^ metadataName] {
String^ get (String^ metadataName);
void set (String^ metadataName, String^ value);
}
abstract Item : string with get, set
Parameters
- metadataName
- Type: SystemString
The name of the metadata value
Return Value
Type:
StringThe metadata value with given name, or null if the name doesn't exist in generic metadata collection
See Also