AFSecurityRightsToken.SecurityItem Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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