PISystem.IsShared Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
True if this instance is shared with other users with the same set of identities.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsShared { get; }
Public ReadOnly Property IsShared As Boolean Get Dim instance As PISystem Dim value As Boolean value = instance.IsShared
public: property bool IsShared { bool get (); }
member IsShared : bool with get