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