Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFTimeRule.SimplifiedConfigString Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFTimeRule.SimplifiedConfigString Property
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.

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in