VCardContactIdentificationInfo Property |
Gets or sets an identification properties
Namespace:
Aspose.Email.PersonalInfo.VCard
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic VCardIdentificationInfo IdentificationInfo { get; set; }
Public Property IdentificationInfo As VCardIdentificationInfo
Get
Set
public:
property VCardIdentificationInfo^ IdentificationInfo {
VCardIdentificationInfo^ get ();
void set (VCardIdentificationInfo^ value);
}
member IdentificationInfo : VCardIdentificationInfo with get, set
Property Value
Type:
VCardIdentificationInfo
See Also