AFSecurityRightsToken.DatabaseId Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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