PISystem.IsShared Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- 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.0.1156
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