PISystem.IsShared Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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