AFSecurityRightsToken.SecurityId Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The SecurityId of the object represented by this token.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public long SecurityId { get; set; }
Public Property SecurityId As Long Get Set Dim instance As AFSecurityRightsToken Dim value As Long value = instance.SecurityId instance.SecurityId = value
public: property long long SecurityId { long long get (); void set (long long value); }
member SecurityId : int64 with get, set