AFSecurityRightsToken.SecurityId Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The SecurityId of the object represented by this token.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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