AFSecurityRightsToken.SecurityItem Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The security item represented by this token. If Default,
then it represents the security for the object. Otherwise, it represents the security
for a collection of the object.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFSecurityItem SecurityItem { get; set; }
Public Property SecurityItem As AFSecurityItem Get Set Dim instance As AFSecurityRightsToken Dim value As AFSecurityItem value = instance.SecurityItem instance.SecurityItem = value
public: property AFSecurityItem SecurityItem { AFSecurityItem get (); void set (AFSecurityItem value); }
member SecurityItem : AFSecurityItem with get, set