Base PropertyProperty Id Property
This is used to get or set the property ID for the value
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? PropertyId { get; set; }VB
Public Property PropertyId As String
Get
SetC++
public:
property String^ PropertyId {
String^ get ();
void set (String^ value);
}F#
member PropertyId : string with get, setProperty Value
StringRemarks
This is only valid for vCard 4.0 objects. There may be a single value or multiple values
separated by commas. It is up to the user to decode and make use of these values.