VCardAppIDs Property
CLIENTPIDMAP: Gets the identifiers of the vCard clients
that edited the vCard. (4)
Namespace: FolkerKinzel.VCardsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public IEnumerable<AppIDProperty>? AppIDs { get; }
Public ReadOnly Property AppIDs As IEnumerable(Of AppIDProperty)
Get
public:
property IEnumerable<AppIDProperty^>^ AppIDs {
IEnumerable<AppIDProperty^>^ get ();
}
member AppIDs : IEnumerable<AppIDProperty> with get
Property Value
IEnumerableAppIDProperty
The value of this property can change when calling the methods of the
SyncOperation object provided by the
Sync
property.