Kind PropertyCard Kind Property
This property is used to set or get the vCard kind value
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Setting this parameter to Other sets the OtherKind to X-UNKNOWN if not already set to something else. It is set to null if set to any other calendar method.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public CardKind CardKind { get; set; }VB
Public Property CardKind As CardKind
Get
SetC++
public:
property CardKind CardKind {
CardKind get ();
void set (CardKind value);
}F#
member CardKind : CardKind with get, setProperty Value
CardKindSetting this parameter to Other sets the OtherKind to X-UNKNOWN if not already set to something else. It is set to null if set to any other calendar method.