AFSecurityRightsToken.DatabaseId Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public Guid DatabaseId { get; set; }
Public Property DatabaseId As Guid Get Set Dim instance As AFSecurityRightsToken Dim value As Guid value = instance.DatabaseId instance.DatabaseId = value
public: property Guid DatabaseId { Guid get (); void set (Guid value); }
member DatabaseId : Guid with get, set