AFContact.IsDefinedByActiveDirectory Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Indicates whether the contact is defined by ActiveDirectory.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsDefinedByActiveDirectory { get; }
Public ReadOnly Property IsDefinedByActiveDirectory As Boolean Get Dim instance As AFContact Dim value As Boolean value = instance.IsDefinedByActiveDirectory
public: property bool IsDefinedByActiveDirectory { bool get (); }
member IsDefinedByActiveDirectory : bool with get
Property Value
Type: BooleanReturns if the contact is defined by Active Directory.
Remarks
ActiveDirectory contacts are always read-only.