AFTimeRule.SimplifiedConfigString Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property presents a simplified view of the current configuration of the Time Rule
that is easier for users to edit and that does not contain redundant information (e.g. IDs for resolution).
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public virtual string SimplifiedConfigString { get; set; }
Public Overridable Property SimplifiedConfigString As String Get Set Dim instance As AFTimeRule Dim value As String value = instance.SimplifiedConfigString instance.SimplifiedConfigString = value
public: virtual property String^ SimplifiedConfigString { String^ get (); void set (String^ value); }
abstract SimplifiedConfigString : string with get, set override SimplifiedConfigString : string with get, set
Property Value
Type: String
Remarks
By default, this property passes through to ConfigString. If the Time Rule
overrides the behavior, it might do extra work to update the configuration and remove redundant information.
Getting or setting this property could be more expensive than ConfigString.