VCardOrganizationLogo Property |
Gets or sets a logo
Namespace:
Aspose.Email.PersonalInfo.VCard
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic VCardPhoto Logo { get; set; }
Public Property Logo As VCardPhoto
Get
Set
public:
property VCardPhoto^ Logo {
VCardPhoto^ get ();
void set (VCardPhoto^ value);
}
member Logo : VCardPhoto with get, set
Property Value
Type:
VCardPhoto
See Also