'Declaration
<IgnoreDataMemberAttribute()> <XmlIgnoreAttribute()> Public ReadOnly Property TokenInfos As TokenInfoCollection
'Usage
Dim instance As UserIdentity Dim value As TokenInfoCollection value = instance.TokenInfos
[IgnoreDataMember()] [XmlIgnore()] public TokenInfoCollection TokenInfos {get;}
[IgnoreDataMember()] [XmlIgnore()] public: 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).