'Declaration<NotNullAttribute()> ReadOnly Property TokenInfos As TokenInfoCollection
'UsageDim instance As _UserIdentity Dim value As TokenInfoCollection value = instance.TokenInfos
[NotNull()]
TokenInfoCollection TokenInfos {get;}
            [NotNull()]
property TokenInfoCollection^ TokenInfos {
   TokenInfoCollection^ get();
}
            Property Value
The value of this property cannot be null (Nothing in Visual Basic).
The individual elements of the property value cannot be null (Nothing in Visual Basic).