AFSearch.ObjectFieldAttribute.Value Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Gets the object field name that maps to this field or property.
Namespace: OSIsoft.AF.Search
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string Value { get; }
Public ReadOnly Property Value As String Get Dim instance As AFSearchObjectFieldAttribute Dim value As String value = instance.Value
public: property String^ Value { String^ get (); }
member Value : string with get
Property Value
Type: StringReturns the object field name that maps to this field or property.