openPDC Historian Help
MetadataRecords Property
NamespacesTVA.Historian.ServicesSerializableMetadataMetadataRecords

[This is preliminary documentation and is subject to change.]

Gets or sets the SerializableMetadataRecords contained in the SerializableMetadata.
Declaration Syntax
C#Visual BasicVisual C++
[XmlArrayAttribute]
[DataMemberAttribute]
public SerializableMetadataRecord[] MetadataRecords { get; set; }
<XmlArrayAttribute> _
<DataMemberAttribute> _
Public Property MetadataRecords As SerializableMetadataRecord()
[XmlArrayAttribute]
[DataMemberAttribute]
public:
property array<SerializableMetadataRecord^>^ MetadataRecords {
	array<SerializableMetadataRecord^>^ get ();
	void set (array<SerializableMetadataRecord^>^ value);
}

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.0.0