AFActiveDirectoryProperties.UserFolder Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This Active Directory user folder name.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string UserFolder { get; set; }
Public Property UserFolder As String Get Set Dim instance As AFActiveDirectoryProperties Dim value As String value = instance.UserFolder instance.UserFolder = value
public: property String^ UserFolder { String^ get (); void set (String^ value); }
member UserFolder : string with get, set
Property Value
Type: StringThe name of the Active Directory folder for locating contacts.
Remarks
Active directory allows organizing users into folders so that they can be more
easily managed. The user folders are like file folders in that they can contain
other folders. So, this field is a path to the user folder. For example,
A/B/C would mean that folder C is in B and folder B
is in A. This tells to the search to only return those users that are
contained in that folder C and not other folders in the domain controller.
If left blank, the search will occur from the root, meaning all users or persons.