AFLocaleIndependentFormatProvider.Patterns Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The format patterns supported by this provider.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IList<string> Patterns { get; }
Public ReadOnly Property Patterns As IList(Of String) Get Dim instance As AFLocaleIndependentFormatProvider Dim value As IList(Of String) value = instance.Patterns
public: property IList<String^>^ Patterns { IList<String^>^ get (); }
member Patterns : IList<string> with get
Property Value
Type: IListStringReturns the format patterns supported by this provider.