VCardMembers Property
MEMBER:
Defines a member that is part of the group that this
VCard represents.
The
Kind property must be set to
Group
in order to use this property.
(4) Namespace: FolkerKinzel.VCardsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
public IEnumerable<RelationProperty?>? Members { get; set; }
Public Property Members As IEnumerable(Of RelationProperty)
Get
Set
public:
property IEnumerable<RelationProperty^>^ Members {
IEnumerable<RelationProperty^>^ get ();
void set (IEnumerable<RelationProperty^>^ value);
}
member Members : IEnumerable<RelationProperty> with get, set
Property Value
IEnumerableRelationProperty