VCardTitle Property
This is used to get the Title (TITLE) property
Definition
Namespace: EWSoftware.PDI.Objects
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 TitleProperty Title { get; }VB
Public ReadOnly Property Title As TitleProperty
GetC++
public:
property TitleProperty^ Title {
TitleProperty^ get ();
}F#
member Title : TitleProperty with get