AFSearch.ObjectFieldAttribute.Value Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.