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