VCardEntities Property
Namespace: FolkerKinzel.VCardsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
public IEnumerable<KeyValuePair<Prop, VCardProperty>> Entities { get; }
Public ReadOnly Property Entities As IEnumerable(Of KeyValuePair(Of Prop, VCardProperty))
Get
public:
property IEnumerable<KeyValuePair<Prop, VCardProperty^>>^ Entities {
IEnumerable<KeyValuePair<Prop, VCardProperty^>>^ get ();
}
member Entities : IEnumerable<KeyValuePair<Prop, VCardProperty>> with get
Property Value
IEnumerableKeyValuePairProp,
VCardProperty