 | PIPointID Property |
Namespace:
OSIsoft.AF.PI
Assembly:
OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 2.10.6.195
SyntaxPublic ReadOnly Property ID As Integer
Get
Dim instance As PIPoint
Dim value As Integer
value = instance.ID
public:
property int ID {
int get ();
}
Property Value
Type:
Int32
The ID that identifies the
PIPoint on the
PIServer.
Version InformationAFSDK
Supported in: 2.10.5, 2.10, 2.9.5, 2.9, 2.8.5, 2.8, 2.7.5, 2.7, 2.6, 2.5
See Also