Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

Product Family
Current publication
Table of Contents

PISystem.IsShared Property

PISystem.IsShared Property
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

Property Value

Type: Boolean

Version Information

AFSDK

Supported in: 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5

See Also

Was this topic helpful?