VCardAppIDs Property

CLIENTPIDMAP: Gets the identifiers of the vCard clients that edited the vCard. (4)

Definition

Namespace: FolkerKinzel.VCards
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public IEnumerable<AppIDProperty>? AppIDs { get; }

Property Value

IEnumerableAppIDProperty

Remarks

The value of this property can change when calling the methods of the SyncOperation object provided by the Sync property.

See Also