AFProvider.Type Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Property that identifies the Type of the Provider.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string Type { get; set; }
Public Property Type As String Get Set Dim instance As AFProvider Dim value As String value = instance.Type instance.Type = value
public: property String^ Type { String^ get (); void set (String^ value); }
member Type : string with get, set