Difference between revisions of "MetadataEntry"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the MetadataEntry class)
 
(Documentation for the MetadataEntry class)
 
Line 2: Line 2:
  
 
===Remarks <nowiki>[</nowiki>[{{fullurl:MetadataEntry Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:MetadataEntry Remarks|action=edit}} edit]<nowiki>]</nowiki>===
{{:MetadataEntry Remarks}}
+
{{#ifexist:MetadataEntry Remarks|{{:MetadataEntry Remarks}}|}}
  
 
===Properties===
 
===Properties===

Latest revision as of 21:05, 12 April 2017

Represents a single metadata item

Remarks [edit]

Properties

string Key {get; set;}
The name of the metadata item
object Value {get; set;}
The metadata item's value (this must be a type which can be converted into a protovalue (generally a primitive, ResourceValue, Guid, Color32, or Point3D)

Constructors

MetadataEntry()