 | VCardName Property |
Gets or sets the name of the object this vCard represents (N).
Namespace: Limilabs.Mail.BusinessCardAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic VCardName Name { get; set; }Public Property Name As VCardName
Get
Set
public:
property VCardName^ Name {
VCardName^ get ();
void set (VCardName^ value);
}member Name : VCardName with get, set
Property Value
VCardName
See Also