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