Gets or sets the MetadataRecordAnalogFields associated with the HistorianID.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public MetadataRecordAnalogFields AnalogFields { get; set; }
Public Property AnalogFields As MetadataRecordAnalogFields
public: property MetadataRecordAnalogFields^ AnalogFields { MetadataRecordAnalogFields^ get (); void set (MetadataRecordAnalogFields^ value); }
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The value being assigned is null. |